diff --git a/.github/workflows/remove_retractions.yml b/.github/workflows/remove_retractions.yml index d21565d..3946f3b 100644 --- a/.github/workflows/remove_retractions.yml +++ b/.github/workflows/remove_retractions.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.7' + uses: 'google-github-actions/auth@v2.1.8' with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' - uses: actions/setup-python@v5