File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 51
51
steps :
52
52
- name : Check out repo
53
53
if : always()
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v4.1.3
55
55
56
56
- name : Pull ccache cache
57
57
if : always()
@@ -161,7 +161,7 @@ jobs:
161
161
162
162
steps :
163
163
- name : Check out repo
164
- uses : actions/checkout@v4
164
+ uses : actions/checkout@v4.1.3
165
165
166
166
- name : Pull ccache cache
167
167
if : always()
Original file line number Diff line number Diff line change 34
34
35
35
- name : Check out
36
36
if : always()
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v4.1.3
38
38
with :
39
39
fetch-depth : 0
40
40
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
steps :
110
110
- name : Check out
111
- uses : actions/checkout@v4
111
+ uses : actions/checkout@v4.1.3
112
112
113
113
- name : Install podman-compose
114
114
run : pip install podman-compose
@@ -124,7 +124,7 @@ jobs:
124
124
125
125
steps :
126
126
- name : Checkout binder branch
127
- uses : actions/checkout@v4
127
+ uses : actions/checkout@v4.1.3
128
128
with :
129
129
ref : binder
130
130
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Check out repo
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v4.1.3
28
28
29
29
- name : Pull ccache cache
30
30
id : ccache-restore
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Check out repo
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v4.1.3
29
29
30
30
- name : Pull ccache cache
31
31
id : ccache-restore
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 .1.0
32
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 .1.3
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments