59
59
env :
60
60
JULIA_DEPOT_PATH : /tmp/julia-depot
61
61
steps :
62
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
62
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
63
63
- name : Set cache-name
64
64
id : cache-name
65
65
shell : bash
@@ -117,7 +117,7 @@ jobs:
117
117
env :
118
118
JULIA_DEPOT_PATH : /tmp/julia-depot
119
119
steps :
120
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
120
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
121
121
- uses : julia-actions/setup-julia@v2
122
122
with :
123
123
version : ${{ matrix.version }}
@@ -161,7 +161,7 @@ jobs:
161
161
outputs :
162
162
cache-name : ${{ steps.cache-name.outputs.cache-name }}
163
163
steps :
164
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
164
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
165
165
- name : Set cache-name
166
166
id : cache-name
167
167
run : |
@@ -193,7 +193,7 @@ jobs:
193
193
needs : test-save-nomatrix
194
194
runs-on : ubuntu-latest
195
195
steps :
196
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
196
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
197
197
- name : Restore cache
198
198
id : cache
199
199
uses : ./
@@ -233,7 +233,7 @@ jobs:
233
233
outputs :
234
234
cache-name : ${{ steps.cache-name.outputs.cache-name }}
235
235
steps :
236
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
236
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
237
237
- name : Set cache-name
238
238
id : cache-name
239
239
run : |
@@ -259,7 +259,7 @@ jobs:
259
259
needs : test-save-cloned-registry
260
260
runs-on : ubuntu-latest
261
261
steps :
262
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
262
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
263
263
- name : Add General registry clone
264
264
shell : julia --color=yes {0}
265
265
run : |
0 commit comments