We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec45a89 commit beca64aCopy full SHA for beca64a
.github/workflows/fix-license-header.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Fix License Header
30
# pin to include https://github.com/apache/skywalking-eyes/pull/168
31
- uses: apache/skywalking-eyes/header@477772b7ef382b9024ac89676ebe6cbb26165a4f
+ uses: apache/skywalking-eyes/header@a62f574f0eb113e306a860014d7ce38aea00f78d
32
with:
33
mode: fix
34
.github/workflows/publish-release.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
23
24
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
25
id: app-token
26
27
app-id: ${{ vars.APP_ID }}
0 commit comments