Skip to content

Commit

Permalink
Bump actions/create-github-app-token from 1.9.3 to 1.10.0
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.9.3 to 1.10.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@v1.9.3...v1.10.0)

---
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 May 6, 2024
1 parent 0536b97 commit f1c7a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: orgbot
uses: actions/create-github-app-token@v1.9.3
uses: actions/create-github-app-token@v1.10.0
with:
app-id: ${{ secrets.ORGBOT_APP_ID }}
private-key: ${{ secrets.ORGBOT_PRIVATE_KEY }}
Expand Down

0 comments on commit f1c7a42

Please sign in to comment.