diff --git a/.github/workflows/relesae-plz.yml b/.github/workflows/relesae-plz.yml index d4a3733..b082d1f 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.2.2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: generate-token with: app-id: ${{ secrets.RELEASE_BOT_APP_ID }}