From 4a81c67cd2ecf31e9eefe53c6e24e47a7c21602c Mon Sep 17 00:00:00 2001 From: Anton Samarchyan Date: Sun, 1 Jun 2025 04:13:06 +0000 Subject: [PATCH] ci: update GitHub actions --- .github/workflows/deployment.yaml | 6 +++--- .github/workflows/reusable_test.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 65c6b39..5630761 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -31,7 +31,7 @@ jobs: password: ${{ github.token }} - name: Build and push docker image - uses: docker/build-push-action@v6.15.0 + uses: docker/build-push-action@v6.18.0 with: push: true tags: ghcr.io/${{ github.repository }}:latest @@ -51,12 +51,12 @@ jobs: uses: actions/checkout@v4.2.2 - name: Set up Python - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: "3.12" - name: Set up Node.js - uses: actions/setup-node@v4.3.0 + uses: actions/setup-node@v4.4.0 with: node-version: 18.x registry-url: https://registry.npmjs.org diff --git a/.github/workflows/reusable_test.yaml b/.github/workflows/reusable_test.yaml index 1bdb90e..4b442d7 100644 --- a/.github/workflows/reusable_test.yaml +++ b/.github/workflows/reusable_test.yaml @@ -11,12 +11,12 @@ jobs: uses: actions/checkout@v4.2.2 - name: Set up Python - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: "3.12" - name: Set up Node.js - uses: actions/setup-node@v4.3.0 + uses: actions/setup-node@v4.4.0 with: node-version: 18.x registry-url: https://registry.npmjs.org @@ -65,4 +65,4 @@ jobs: run: make test - name: Run codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.3