Skip to content

Commit 59215bc

Browse files
Bump actions/create-github-app-token from 2 to 3 (#184)
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 f590a72 commit 59215bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/refresh-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
merge-multiple: true
7373

7474
- name: "Generate token"
75-
uses: actions/create-github-app-token@v2
75+
uses: actions/create-github-app-token@v3
7676
id: generate-token
7777
with:
7878
app-id: ${{ secrets.AUTH_APP_ID }}

0 commit comments

Comments
 (0)