diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 94e6c16..9ca4c13 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -33,7 +33,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.0 + uses: actions/create-github-app-token@v1.10.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index a2a27d2..feaad10 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -29,7 +29,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.0 + uses: actions/create-github-app-token@v1.10.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index b703c9f..24ad093 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -37,7 +37,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.0 + uses: actions/create-github-app-token@v1.10.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index 7087862..ec2d316 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-dedupe.yml @@ -42,7 +42,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.0 + uses: actions/create-github-app-token@v1.10.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index c48923c..7f85c0b 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -45,7 +45,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.0 + uses: actions/create-github-app-token@v1.10.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index 948af60..7ebab74 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -103,7 +103,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.0 + uses: actions/create-github-app-token@v1.10.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -130,7 +130,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.0 + uses: actions/create-github-app-token@v1.10.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -190,7 +190,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.0 + uses: actions/create-github-app-token@v1.10.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}