Skip to content

Commit beca64a

Browse files
build(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `apache/skywalking-eyes` from 477772b7ef382b9024ac89676ebe6cbb26165a4f to 9f0a5c0571ed1a0c13a16808cd8f59bc22f03883 - [Release notes](https://github.com/apache/skywalking-eyes/releases) - [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md) - [Commits](apache/skywalking-eyes@477772b...9f0a5c0) 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: apache/skywalking-eyes dependency-version: 9f0a5c0571ed1a0c13a16808cd8f59bc22f03883 dependency-type: direct:production dependency-group: actions - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec45a89 commit beca64a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fix-license-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Fix License Header
3030
# pin to include https://github.com/apache/skywalking-eyes/pull/168
31-
uses: apache/skywalking-eyes/header@477772b7ef382b9024ac89676ebe6cbb26165a4f
31+
uses: apache/skywalking-eyes/header@a62f574f0eb113e306a860014d7ce38aea00f78d
3232
with:
3333
mode: fix
3434

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2323

24-
- uses: actions/create-github-app-token@v1
24+
- uses: actions/create-github-app-token@v2
2525
id: app-token
2626
with:
2727
app-id: ${{ vars.APP_ID }}

0 commit comments

Comments
 (0)