From a2229dae97afabdff11148e77a0cc61fac62e0eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 18:20:55 +0000 Subject: [PATCH] chore(deps): pin google-github-actions/release-please-action action to ca6063f --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58ef52c..098b711 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: packages: write pull-requests: none steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3 id: release with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }}