Skip to content

Commit c74c77c

Browse files
chore(deps): bump actions/create-github-app-token
Bumps the github-actions group with 1 update in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 792e6c4 commit c74c77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project_sync.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Add to project board
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/create-github-app-token@v1
16+
- uses: actions/create-github-app-token@v2
1717
id: app-token
1818
with:
1919
app-id: ${{ secrets.N0_BOT_APP_ID }}

0 commit comments

Comments
 (0)