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 1717
1818 steps :
1919 - uses : actions/checkout@v3
20- - uses : asdf-vm/actions/install@v2.0 .0
20+ - uses : asdf-vm/actions/install@v2.1 .0
2121 - name : Get yarn cache directory path
2222 id : yarn-cache-dir-path
2323 run : echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v3
14- - uses : asdf-vm/actions/install@v2.0 .0
14+ - uses : asdf-vm/actions/install@v2.1 .0
1515 - name : Get yarn cache directory path
1616 id : yarn-cache-dir-path
1717 run : echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v3
27- - uses : asdf-vm/actions/install@v2.0 .0
27+ - uses : asdf-vm/actions/install@v2.1 .0
2828 - name : Get yarn cache directory path
2929 id : yarn-cache-dir-path
3030 run : echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
3737 runs-on : ubuntu-latest
3838 steps :
3939 - uses : actions/checkout@v3
40- - uses : asdf-vm/actions/install@v2.0 .0
40+ - uses : asdf-vm/actions/install@v2.1 .0
4141 - name : Get yarn cache directory path
4242 id : yarn-cache-dir-path
4343 run : echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
You can’t perform that action at this time.
0 commit comments