diff --git a/.github/workflows/close-pr.yaml b/.github/workflows/close-pr.yaml index 1fba9f874..19fe0e6ed 100644 --- a/.github/workflows/close-pr.yaml +++ b/.github/workflows/close-pr.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !(github.event.pull_request.head.repo.fork) }} steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.NKDAGILITY_BOT_APP_ID }} diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 57b2be78e..0ceb383ba 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -12,7 +12,7 @@ jobs: code-review: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.NKDAGILITY_BOT_APP_ID }} diff --git a/.github/workflows/labal-action.yml b/.github/workflows/labal-action.yml index 70375daa8..c95b30875 100644 --- a/.github/workflows/labal-action.yml +++ b/.github/workflows/labal-action.yml @@ -17,7 +17,7 @@ jobs: reaction: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.NKDAGILITY_BOT_APP_ID }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c708d7ee..574219077 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -514,7 +514,7 @@ jobs: with: name: AzureDevOpsMigrationTools-Scripts path: ./build/ - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.NKDAGILITY_BOT_APP_ID }} @@ -735,7 +735,7 @@ jobs: shell: pwsh run: | Get-Item -Path .\ - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.NKDAGILITY_BOT_APP_ID }}