File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717
1818 - name : Find markdown files
1919 shell : bash
Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414
1515 - name : Set up node
16- uses : actions/setup-node@v2-beta
16+ uses : actions/setup-node@v3
1717 with :
18- node-version : ' 13 '
18+ node-version : ' 14 '
1919
2020 - name : Get yarn cache directory path
2121 id : yarn-cache-dir-path
2222 run : echo "::set-output name=dir::$(yarn cache dir)"
2323
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v4
2525 id : yarn-cache
2626 with :
2727 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments