File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Add label
13
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
13
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
14
14
with :
15
15
script : |
16
16
github.rest.issues.addLabels({
Original file line number Diff line number Diff line change 30
30
31
31
- name : Create Release
32
32
id : create_release
33
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
33
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
34
34
env :
35
35
RELEASE_TAG : ${{ env.release_tag }}
36
36
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Remind to run full CI on PR
11
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
11
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
12
12
with :
13
13
script : |
14
14
github.rest.issues.createComment({
You can’t perform that action at this time.
0 commit comments