diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 52f995f1..3f1f3c00 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -62,7 +62,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: # github action secrets are saved in the repo # see github documentation on how to manage and access action secrets