diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 671fef4..6e676ad 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,7 +25,7 @@ jobs: should-publish: ${{ steps.release-please.outputs.release_created }} tag: ${{ steps.release-please.outputs.tag_name }} steps: - - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: client-id: ${{ vars.RELEASE_PLEASE_APP_ID }}