diff --git a/.github/workflows/semantic_release.yaml b/.github/workflows/semantic_release.yaml index 443f022..b0b519c 100644 --- a/.github/workflows/semantic_release.yaml +++ b/.github/workflows/semantic_release.yaml @@ -35,7 +35,7 @@ jobs: with: persist-credentials: false - name: Setup docker buildx - uses: crazy-max/ghaction-docker-buildx@v1 + uses: crazy-max/ghaction-docker-buildx@v3 - name: Setup Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/test_app.yaml b/.github/workflows/test_app.yaml index 094cc2a..51a8235 100644 --- a/.github/workflows/test_app.yaml +++ b/.github/workflows/test_app.yaml @@ -31,6 +31,6 @@ jobs: with: persist-credentials: false - name: Setup docker buildx - uses: crazy-max/ghaction-docker-buildx@v1 + uses: crazy-max/ghaction-docker-buildx@v3 - name: Run the tests run: make test