Skip to content

Commit

Permalink
build(deps): Bump actions/create-github-app-token from 1.10.3 to 1.10.4
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.10.3 to 1.10.4.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@31c86eb...3378cda)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 75d5433 commit bbce348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devbox-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "message=${MESSAGE}" >>"${GITHUB_OUTPUT}"
- name: Get app token to create PR with
if: steps.devbox-versions-changed.outputs.number_changed > 0
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1
id: app-token
with:
app-id: ${{ secrets.GHA_PR_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Get app token to create PR with
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1
id: app-token
with:
app-id: ${{ secrets.GHA_PR_APP_ID }}
Expand Down

0 comments on commit bbce348

Please sign in to comment.