Skip to content

Commit

Permalink
chore(deps): 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 2, 2024
1 parent 25fc9b2 commit 5eb6a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-infrastructure-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Generate token for writeback to pr
id: generate_token
# v1.5.1
uses: actions/create-github-app-token@v1.9.3
uses: actions/create-github-app-token@v1.10.0
with:
app-id: 172868
private-key: ${{ secrets.write-back-app-pem }}
Expand Down

0 comments on commit 5eb6a18

Please sign in to comment.