Skip to content

Commit ae5aa34

Browse files
build(deps): bump actions/create-github-app-token from 1 to 2 (#10)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d88dfe commit ae5aa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Gather credentials
1212
id: credentials
13-
uses: actions/create-github-app-token@v1
13+
uses: actions/create-github-app-token@v2
1414
with:
1515
app-id: ${{ secrets.GH_APP_ID }}
1616
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)