Skip to content

Commit e53c074

Browse files
chore(deps): bump actions/create-github-app-token in /.github/workflows
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 bf22092 commit e53c074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-flake-lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-14
1111
if: ${{ github.event_name != 'pull_request' }}
1212
steps:
13-
- uses: actions/create-github-app-token@v2
13+
- uses: actions/create-github-app-token@v3
1414
id: token
1515
with:
1616
app-id: ${{ secrets.BOT_ID }}

0 commit comments

Comments
 (0)