Skip to content

Commit 2cf6aa5

Browse files
chore(deps): update actions/cache action to v4
1 parent b1caff6 commit 2cf6aa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install asdf
1515
uses: asdf-vm/actions/setup@v1
1616
- name: Cache asdf tools
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
path: |
2020
/home/runner/.asdf

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install asdf
1212
uses: asdf-vm/actions/setup@v1
1313
- name: Cache tools
14-
uses: actions/cache@v2
14+
uses: actions/cache@v4
1515
with:
1616
path: |
1717
/home/runner/.asdf
@@ -28,7 +28,7 @@ jobs:
2828
- name: Get yarn cache directory path
2929
id: yarn-cache-dir-path
3030
run: echo "::set-output name=dir::$(yarn cache dir)"
31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v4
3232
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3333
with:
3434
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)