From a77cd243b11f5d75debd0d78516d257e126776ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:47:43 +0000 Subject: [PATCH] chore(deps): update all non-major github action dependencies --- .github/workflows/release_generator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}