diff --git a/.github/workflows/release_generator.yml b/.github/workflows/release_generator.yml index 15180c0d..c090329d 100644 --- a/.github/workflows/release_generator.yml +++ b/.github/workflows/release_generator.yml @@ -13,13 +13,13 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@9d97a4282b2c51a2f4f0465b9326399f53c890d4 # v1.5.0 + - uses: actions/create-github-app-token@eaddb9eb7e4226c68cf4b39f167c83e5bd132b3e # v1.5.1 id: sre_app_token with: app_id: ${{ secrets.SRE_APP_ID }} private_key: ${{ secrets.SRE_APP_PRIVATE_KEY }} - - uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d # v3.7.12 + - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13 with: command: manifest token: ${{ steps.sre_app_token.outputs.token }}