Skip to content

Commit

Permalink
chore(deps): bump actions/create-github-app-token from 1.8.0 to 1.9.0 (
Browse files Browse the repository at this point in the history
…#227)

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@v1.8.0...v1.9.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 3ce0696 commit 33ca83a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template_autodev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- name: Get App Token
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
uses: actions/create-github-app-token@v1.8.0
uses: actions/create-github-app-token@v1.9.0
id: get_token
with:
app-id: ${{ secrets.app_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Get App Token
uses: actions/create-github-app-token@v1.8.0
uses: actions/create-github-app-token@v1.9.0
id: get_token
with:
app-id: ${{ secrets.app_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- name: Get App Token
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
uses: actions/create-github-app-token@v1.8.0
uses: actions/create-github-app-token@v1.9.0
id: get_token
with:
app-id: ${{ secrets.app_id }}
Expand Down

0 comments on commit 33ca83a

Please sign in to comment.