diff --git a/.github/workflows/auto-rebase.yml b/.github/workflows/auto-rebase.yml index 78f8030a6..520822c17 100644 --- a/.github/workflows/auto-rebase.yml +++ b/.github/workflows/auto-rebase.yml @@ -13,7 +13,7 @@ jobs: name: AutoRebase runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v2.0.2 + - uses: actions/create-github-app-token@v2.1.4 id: generate-token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd404a2ba..5719119b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v2.0.2 + - uses: actions/create-github-app-token@v2.1.4 id: generate_token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 6e495c757..f86ab69ed 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -62,14 +62,14 @@ jobs: id: needs_pr run: echo "did_change=${{ steps.get_current_commit.outputs.rev != steps.get_new_commit.outputs.rev }}" >> "$GITHUB_OUTPUT" - - uses: actions/create-github-app-token@v2.0.2 + - uses: actions/create-github-app-token@v2.1.4 if: fromJSON(steps.needs_pr.outputs.did_change) id: generate_pr_token with: app-id: ${{ secrets.SQUAWK_BOT_APP_ID }} private-key: ${{ secrets.SQUAWK_BOT_APP_PRIVATE_KEY }} - - uses: actions/create-github-app-token@v2.0.2 + - uses: actions/create-github-app-token@v2.1.4 if: fromJSON(steps.needs_pr.outputs.did_change) id: generate_pr_approval_token with: