File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
19
with :
20
20
fetch-depth : 0
21
21
Original file line number Diff line number Diff line change 21
21
packages : write
22
22
23
23
steps :
24
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
26
26
- name : Environment setup
27
27
uses : ./.github/actions/setup
Original file line number Diff line number Diff line change 50
50
51
51
steps :
52
52
- name : Checkout the code
53
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
53
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54
54
55
55
# Uses a custom action to filter paths for source packages.
56
56
- name : Check src paths
Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout the code
40
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
41
- name : Environment setup
42
42
uses : ./.github/actions/setup
43
43
- name : Deploy Slim Dev Bundle
Original file line number Diff line number Diff line change 23
23
permissions :
24
24
contents : write
25
25
steps :
26
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
with :
28
28
fetch-tags : ' true'
29
29
- name : Update snapshot-latest tag
Original file line number Diff line number Diff line change 45
45
46
46
steps :
47
47
- name : Checkout repository
48
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
48
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
49
50
50
- name : Environment setup
51
51
uses : ./.github/actions/setup
You can’t perform that action at this time.
0 commit comments