Skip to content

Commit e81fa63

Browse files
committed
updated local path
1 parent 5635360 commit e81fa63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7474

7575
- name: Populate cache
76-
uses: ./cache.yml
76+
uses: ./.github/actions/cache
7777

7878
- name: Configure environment variables
7979
run: |
@@ -288,7 +288,7 @@ jobs:
288288
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
289289

290290
- name: Populate cache
291-
uses: ./cache.yml
291+
uses: ./.github/actions/cache
292292

293293
- name: Check README.md
294294
run: |
@@ -309,7 +309,7 @@ jobs:
309309
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
310310

311311
- name: Populate cache
312-
uses: ./cache.yml
312+
uses: ./.github/actions/cache
313313

314314
# Make sure that the MSRV in zerocopy's and zerocopy-derive's `Cargo.toml`
315315
# files are the same. In CI, we test with a single MSRV (the one indicated
@@ -348,7 +348,7 @@ jobs:
348348
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
349349

350350
- name: Populate cache
351-
uses: ./cache.yml
351+
uses: ./.github/actions/cache
352352

353353
# Make sure that both crates are at the same version, and that zerocopy
354354
# depends exactly upon the current version of zerocopy-derive. See

0 commit comments

Comments
 (0)