Skip to content

Commit 5976d93

Browse files
Merge pull request #163 from remarkablemark/dependabot/github_actions/actions/cache-5
2 parents b0eb4c6 + 160502e commit 5976d93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Cache dependencies
14-
uses: actions/cache@v4
14+
uses: actions/cache@v5
1515
id: cache
1616
with:
1717
path: |
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
3939

4040
- name: Cache dependencies
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
4444
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)