diff --git a/.github/workflows/wrpc.yml b/.github/workflows/wrpc.yml index dc70d336..a2efae04 100644 --- a/.github/workflows/wrpc.yml +++ b/.github/workflows/wrpc.yml @@ -380,7 +380,7 @@ jobs: - name: Login to GitHub Container Registry if: startswith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }}