This repository was archived by the owner on Oct 23, 2023. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout branch
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18
18
19
19
- name : Install
20
20
uses : ./.github/composite-actions/install
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout branch
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
31
31
32
32
- name : Install
33
33
uses : ./.github/composite-actions/install
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Checkout branch
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
64
64
65
65
- name : Install
66
66
uses : ./.github/composite-actions/install
73
73
runs-on : ubuntu-latest
74
74
steps :
75
75
- name : Checkout branch
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
77
77
78
78
- name : Install
79
79
uses : ./.github/composite-actions/install
86
86
runs-on : ubuntu-latest
87
87
steps :
88
88
- name : Checkout branch
89
- uses : actions/checkout@v3
89
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
90
90
91
91
- name : Install
92
92
uses : ./.github/composite-actions/install
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout branch
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23
23
with :
24
24
fetch-depth : 0
25
25
You can’t perform that action at this time.
0 commit comments