Skip to content

Commit 1feda64

Browse files
Update actions/cache action to v5
1 parent bdbadfd commit 1feda64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-crystal-shards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
cat ../build-cache-key
9999
- name: Build cache
100100
id: build-cache
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: |
104104
./crystal/.build/crystal
@@ -124,7 +124,7 @@ jobs:
124124
make bin/shards CRYSTAL=../crystal/bin/crystal
125125
bin/shards --version
126126
- name: Artifact (with permissions)
127-
uses: actions/cache@v4
127+
uses: actions/cache@v5
128128
with:
129129
path: |
130130
./test-ecosystem
@@ -177,7 +177,7 @@ jobs:
177177
needs: build
178178
steps:
179179
- name: Artifact (with permissions)
180-
uses: actions/cache@v4
180+
uses: actions/cache@v5
181181
with:
182182
path: |
183183
./test-ecosystem

0 commit comments

Comments
 (0)