diff --git a/.github/workflows/schema_tools.yml b/.github/workflows/schema_tools.yml index f74704e2..ff87d867 100644 --- a/.github/workflows/schema_tools.yml +++ b/.github/workflows/schema_tools.yml @@ -24,7 +24,7 @@ jobs: - name: Login to GitHub Package Registry if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}