diff --git a/.github/workflows/github-actions-main.yml b/.github/workflows/github-actions-main.yml index 701564f7c..c0d73b0a5 100644 --- a/.github/workflows/github-actions-main.yml +++ b/.github/workflows/github-actions-main.yml @@ -92,7 +92,7 @@ jobs: # Login to Docker only if we're on a server release tag. If we run this on # a pull request it will fail because the PR doesn't have access to # secrets - - uses: docker/login-action@v2 + - uses: docker/login-action@v3 if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/server-v') with: username: ${{ secrets.DOCKERHUB_USERNAME }}