Skip to content

Commit 4274a3d

Browse files
Bump actions/create-github-app-token from 2 to 3
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>
1 parent ab9017e commit 4274a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 10
4242
if: ${{ env.IS_DEPENDABOT == 'true' }}
4343

44-
- uses: actions/create-github-app-token@v2
44+
- uses: actions/create-github-app-token@v3
4545
id: app-token
4646
with:
4747
app-id: ${{ vars.DEPENDABOT_COMMIT_APP_ID }}

0 commit comments

Comments
 (0)