diff --git a/.github/workflows/relesae-plz.yml b/.github/workflows/relesae-plz.yml index b2789ed..cbf0ba5 100644 --- a/.github/workflows/relesae-plz.yml +++ b/.github/workflows/relesae-plz.yml @@ -17,7 +17,7 @@ jobs: # Generating a GitHub token, so that PRs and tags created by # the release-plz-action can trigger actions workflows. - name: Generate GitHub token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: generate-token with: app-id: ${{ secrets.RELEASE_BOT_APP_ID }}