Skip to content

Commit 60968b0

Browse files
Bump actions/create-github-app-token from 2 to 3 (#8557)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80d3b76 commit 60968b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/add-update-label-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Generate token from GitHub App
2626
id: generate-app-token
27-
uses: actions/create-github-app-token@v2
27+
uses: actions/create-github-app-token@v3
2828
with:
2929
app-id: ${{ secrets.HFLA_GRAPHQL_APP_ID }}
3030
private-key: ${{ secrets.HFLA_GRAPHQL_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)