Skip to content

Commit

Permalink
Bump actions/create-github-app-token from 1.6.2 to 1.6.3 (#1641)
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.6.2 to 1.6.3.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@2986852...f04aa94)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 1395ebf commit 48efadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3

- name: Get GitHub App token
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1.6.2
uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # v1.6.3
id: app-token
with:
app_id: ${{ secrets.GH_APP_ID }}
Expand Down

0 comments on commit 48efadb

Please sign in to comment.