We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 686d936 + bed2456 commit 1d6c4adCopy full SHA for 1d6c4ad
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
bun-version: latest
33
- name: Cache bun dependencies
34
id: bun-cache
35
- uses: actions/cache@v4
+ uses: actions/cache@v5
36
with:
37
path: ~/.bun/install/cache
38
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
0 commit comments