diff --git a/.github/workflows/cherry-pick-staging.yml b/.github/workflows/cherry-pick-staging.yml index 6c1864f..ca2699f 100644 --- a/.github/workflows/cherry-pick-staging.yml +++ b/.github/workflows/cherry-pick-staging.yml @@ -42,7 +42,7 @@ jobs: } - name: Generate access token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/close-issue-on-feature-merge.yml b/.github/workflows/close-issue-on-feature-merge.yml index c92117e..91f32b7 100644 --- a/.github/workflows/close-issue-on-feature-merge.yml +++ b/.github/workflows/close-issue-on-feature-merge.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.merged steps: - name: Generate access token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.AUTOMATION_APP_ID }}