File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 73
73
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
74
74
75
75
- name : Populate cache
76
- uses : ./cache.yml
76
+ uses : ./.github/actions/cache
77
77
78
78
- name : Configure environment variables
79
79
run : |
@@ -288,7 +288,7 @@ jobs:
288
288
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
289
289
290
290
- name : Populate cache
291
- uses : ./cache.yml
291
+ uses : ./.github/actions/cache
292
292
293
293
- name : Check README.md
294
294
run : |
@@ -309,7 +309,7 @@ jobs:
309
309
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
310
310
311
311
- name : Populate cache
312
- uses : ./cache.yml
312
+ uses : ./.github/actions/cache
313
313
314
314
# Make sure that the MSRV in zerocopy's and zerocopy-derive's `Cargo.toml`
315
315
# files are the same. In CI, we test with a single MSRV (the one indicated
@@ -348,7 +348,7 @@ jobs:
348
348
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
349
349
350
350
- name : Populate cache
351
- uses : ./cache.yml
351
+ uses : ./.github/actions/cache
352
352
353
353
# Make sure that both crates are at the same version, and that zerocopy
354
354
# depends exactly upon the current version of zerocopy-derive. See
You can’t perform that action at this time.
0 commit comments