diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index d4bdaf6..62c49f3 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}