We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbadfd commit 1feda64Copy full SHA for 1feda64
.github/workflows/test-crystal-shards.yml
@@ -98,7 +98,7 @@ jobs:
98
cat ../build-cache-key
99
- name: Build cache
100
id: build-cache
101
- uses: actions/cache@v4
+ uses: actions/cache@v5
102
with:
103
path: |
104
./crystal/.build/crystal
@@ -124,7 +124,7 @@ jobs:
124
make bin/shards CRYSTAL=../crystal/bin/crystal
125
bin/shards --version
126
- name: Artifact (with permissions)
127
128
129
130
./test-ecosystem
@@ -177,7 +177,7 @@ jobs:
177
needs: build
178
steps:
179
180
181
182
183
0 commit comments