Skip to content

Commit

Permalink
chore(deps): bump actions/create-github-app-token from 1.10.0 to 1.11…
Browse files Browse the repository at this point in the history
….0 (#280)

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@v1.10.0...v1.11.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 Sep 16, 2024
1 parent 7435e5b commit 551b37c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.10.0
uses: actions/create-github-app-token@v1.11.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 @@ -28,7 +28,7 @@ jobs:

steps:
- name: Get App Token
uses: actions/create-github-app-token@v1.10.0
uses: actions/create-github-app-token@v1.11.0
id: get_token
with:
app-id: ${{ secrets.app_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Get App Token
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
uses: actions/create-github-app-token@v1.10.0
uses: actions/create-github-app-token@v1.11.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.10.0
uses: actions/create-github-app-token@v1.11.0
id: get_token
with:
app-id: ${{ secrets.app_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sed -i -E 's/(v[0-9]+.[0-9]+.[0-9]+)/${{ github.ref_name }}/g' README.md
- name: Get App Token
uses: actions/create-github-app-token@v1.10.1
uses: actions/create-github-app-token@v1.11.0
id: get_token
with:
app-id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
Expand Down

0 comments on commit 551b37c

Please sign in to comment.