File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- name : Install asdf.
18
- uses : asdf-vm/actions/setup@v2.1 .0
18
+ uses : asdf-vm/actions/setup@v4.0 .0
19
19
- name : Cache asdf and asdf-managed tools.
20
20
21
21
id : asdf-cache
24
24
key : asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
25
25
- name : Install asdf tools (if not cached).
26
26
if : steps.asdf-cache.outputs.cache-hit != 'true'
27
- uses : asdf-vm/actions/install@v2.1 .0
27
+ uses : asdf-vm/actions/install@v4.0 .0
28
28
- name : Get npm cache directory
29
29
id : npm-cache
30
30
run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- name : Install asdf.
17
- uses : asdf-vm/actions/setup@v2.1 .0
17
+ uses : asdf-vm/actions/setup@v4.0 .0
18
18
- name : Cache asdf and asdf-managed tools.
19
19
20
20
id : asdf-cache
23
23
key : asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
24
24
- name : Install asdf tools (if not cached).
25
25
if : steps.asdf-cache.outputs.cache-hit != 'true'
26
- uses : asdf-vm/actions/install@v2.1 .0
26
+ uses : asdf-vm/actions/install@v4.0 .0
27
27
- name : Get npm cache directory
28
28
id : npm-cache
29
29
run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments