This repository was archived by the owner on Feb 8, 2025. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
name : Build
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
23
23
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
24
24
with :
33
33
name : Test
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
37
38
38
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
39
39
with :
48
48
name : Generate
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
51
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52
52
53
53
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
54
54
with :
63
63
name : Lint (prettier)
64
64
runs-on : ubuntu-latest
65
65
steps :
66
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
67
67
68
68
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
69
69
with :
78
78
name : Lint (eslint)
79
79
runs-on : ubuntu-latest
80
80
steps :
81
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
81
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
82
82
83
83
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
84
84
with :
Original file line number Diff line number Diff line change 13
13
Labels :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
18
18
- uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
19
19
with :
Original file line number Diff line number Diff line change 33
33
contents : read
34
34
id-token : write
35
35
steps :
36
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
37
38
38
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
39
39
with :
You can’t perform that action at this time.
0 commit comments