Skip to content

Commit 1d6c4ad

Browse files
authored
Merge pull request #152 from patrickkabwe/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 686d936 + bed2456 commit 1d6c4ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
bun-version: latest
3333
- name: Cache bun dependencies
3434
id: bun-cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.bun/install/cache
3838
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
 (0)