We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b91603 commit 6890d47Copy full SHA for 6890d47
.github/actions/setup-tools/action.yml
@@ -8,7 +8,7 @@ runs:
8
uses: asdf-vm/actions/setup@v3
9
10
- name: Cache tools
11
- uses: actions/cache@v3
+ uses: actions/cache@v4
12
with:
13
path: /home/runner/.asdf
14
key: ${{ runner.os }}-${{ hashFiles('**/.tool-versions') }}
.github/actions/setup-yarn/action.yml
@@ -4,7 +4,7 @@ description: "Setup required nodejs packages in the workspace"
4
runs:
5
using: composite
6
steps:
7
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
path: |
**/node_modules
0 commit comments