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 5bdeb29 commit 28d0121Copy full SHA for 28d0121
.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@9f0a5c0571ed1a0c13a16808cd8f59bc22f03883
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