Skip to content

Commit c95ee5e

Browse files
authored
Merge pull request #738 from bervProject/dependabot/github_actions/actions/cache-5.0.5
fix(deps): bump actions/cache from 5.0.4 to 5.0.5
2 parents f6cf8af + 70f86ed commit c95ee5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: yarn-cache-dir-path
2828
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
2929
- name: Cache node_modules 📦
30-
uses: actions/cache@v5.0.4
30+
uses: actions/cache@v5.0.5
3131
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3232
with:
3333
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)