diff --git a/.github/workflows/fast-forward.yml b/.github/workflows/fast-forward.yml index f299fe7b..ab6cb84b 100644 --- a/.github/workflows/fast-forward.yml +++ b/.github/workflows/fast-forward.yml @@ -17,7 +17,7 @@ jobs: steps: # Generating a GitHub token, so that fast-forwards can trigger actions workflows. - name: Generate GitHub token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 5aa00a8e..fbacc474 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -20,7 +20,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@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} @@ -57,7 +57,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@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}