Skip to content

Commit

Permalink
ci(deps): Bump actions/create-github-app-token from 1.5.1 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.5.1 to 1.10.1.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@v1.5.1...v1.10.1)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent bfbaf8b commit b2da0f8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/create-github-app-token@v1.5.1
uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/create-github-app-token@v1.5.1
uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/create-github-app-token@v1.5.1
uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/create-github-app-token@v1.5.1
uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/create-github-app-token@v1.5.1
uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- id: bot-token
name: Get bot token
uses: actions/create-github-app-token@v1.5.1
uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand All @@ -128,7 +128,7 @@ jobs:
steps:
- id: bot-token
name: Get bot token
uses: actions/create-github-app-token@v1.5.1
uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
steps:
- id: bot-token
name: Get bot token
uses: actions/create-github-app-token@v1.5.1
uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down

0 comments on commit b2da0f8

Please sign in to comment.