File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
environment : fuxingloh/multi-labeler workflow
18
18
steps :
19
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20
20
21
21
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
22
22
with :
Original file line number Diff line number Diff line change 17
17
name : Multi Labeler
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21
21
- uses : ./
Original file line number Diff line number Diff line change 20
20
name : Package
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
24
25
25
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
26
26
with :
36
36
name : Build
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
41
41
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
42
42
with :
49
49
name : Test
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53
53
54
54
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
55
55
with :
63
63
name : Lint [prettier]
64
64
runs-on : ubuntu-latest
65
65
steps :
66
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
66
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
67
67
68
68
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
69
69
with :
77
77
name : Lint [eslint]
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
80
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
81
81
82
82
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
83
83
with :
Original file line number Diff line number Diff line change 11
11
release-tags :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
15
16
16
- uses : vweevers/additional-tags-action@3bab55b44e81186dcfef7db9f2cbca01a78eb710 # v2.0.0
You can’t perform that action at this time.
0 commit comments