diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 8e3c00b..8691fb5 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: Generate GitHub token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.APP_ID }} @@ -51,7 +51,7 @@ jobs: cancel-in-progress: false steps: - name: Generate GitHub token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.APP_ID }}