File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
autofix :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
16
16
- run : corepack enable
17
17
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
18
18
with :
25
25
- name : Lint & Fix
26
26
run : pnpm run lint:fix
27
27
28
- - uses : autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
28
+ - uses : autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
18
18
- run : corepack enable
19
19
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
20
20
with :
32
32
runs-on : ubuntu-latest
33
33
34
34
steps :
35
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
35
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
36
36
- run : corepack enable
37
37
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
38
38
with :
50
50
runs-on : ubuntu-latest
51
51
52
52
steps :
53
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
53
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
54
54
- run : corepack enable
55
55
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
56
56
with :
Original file line number Diff line number Diff line change 13
13
name : Release npm package
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17
17
with :
18
18
fetch-depth : 0
19
19
- run : corepack enable
37
37
name : Release vscode extention
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
40
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
41
41
with :
42
42
fetch-depth : 0
43
43
- run : corepack enable
61
61
runs-on : ubuntu-latest
62
62
needs : [release-npm, release-vscode]
63
63
steps :
64
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
64
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
65
65
with :
66
66
fetch-depth : 0
67
67
- run : corepack enable
You can’t perform that action at this time.
0 commit comments