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 1515 steps :
1616 - uses : actions/checkout@v3
1717 - name : Install asdf.
18- uses : asdf-vm/actions/setup@v2.1 .0
18+ uses : asdf-vm/actions/setup@v2.2 .0
1919 - name : Cache asdf and asdf-managed tools.
2020 uses : actions/cache@v4
2121 id : asdf-cache
2424 key : asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
2525 - name : Install asdf tools (if not cached).
2626 if : steps.asdf-cache.outputs.cache-hit != 'true'
27- uses : asdf-vm/actions/install@v2.1 .0
27+ uses : asdf-vm/actions/install@v2.2 .0
2828 - name : Get npm cache directory
2929 id : npm-cache
3030 run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v3
1919 - name : Install asdf.
20- uses : asdf-vm/actions/setup@v2.1 .0
20+ uses : asdf-vm/actions/setup@v2.2 .0
2121 - name : Cache asdf and asdf-managed tools.
2222 uses : actions/cache@v4
2323 id : asdf-cache
2626 key : asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
2727 - name : Install asdf tools (if not cached).
2828 if : steps.asdf-cache.outputs.cache-hit != 'true'
29- uses : asdf-vm/actions/install@v2.1 .0
29+ uses : asdf-vm/actions/install@v2.2 .0
3030 - name : Get npm cache directory
3131 id : npm-cache
3232 run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments