Skip to content

Commit 6890d47

Browse files
chore(deps): update actions/cache action to v4
1 parent 1b91603 commit 6890d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
uses: asdf-vm/actions/setup@v3
99

1010
- name: Cache tools
11-
uses: actions/cache@v3
11+
uses: actions/cache@v4
1212
with:
1313
path: /home/runner/.asdf
1414
key: ${{ runner.os }}-${{ hashFiles('**/.tool-versions') }}

.github/actions/setup-yarn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Setup required nodejs packages in the workspace"
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/cache@v3
7+
- uses: actions/cache@v4
88
with:
99
path: |
1010
**/node_modules

0 commit comments

Comments
 (0)