File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 run : echo "::set-output name=dir::$(yarn cache dir)"
2020
2121 - name : JS package cache
22- uses : actions/cache@v1
22+ uses : actions/cache@v4
2323 with :
2424 path : $(( steps.yarn-cache.outputs.dir ))
2525 key : $(( runner.os ))-yarn-$(( hashFiles('**/yarn.lock') ))
Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Project
15- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
15+ uses : actions/checkout@v4
1616 - name : Add problem matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020
2121 - name : Find yarn cache location
2222 id : yarn-cache
2323 run : echo "::set-output name=dir::$(yarn cache dir)"
2424
2525 - name : JS package cache
26- uses : actions/cache@v1
26+ uses : actions/cache@v4
2727 with :
2828 path : $(( steps.yarn-cache.outputs.dir ))
2929 key : $(( runner.os ))-yarn-$(( hashFiles('**/yarn.lock') ))
@@ -41,18 +41,18 @@ jobs:
4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Checkout Project
44- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
44+ uses : actions/checkout@4
4545 - name : Add problem matcher
4646 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
4747
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v4
4949
5050 - name : Find yarn cache location
5151 id : yarn-cache
5252 run : echo "::set-output name=dir::$(yarn cache dir)"
5353
5454 - name : JS package cache
55- uses : actions/cache@v1
55+ uses : actions/cache@v4
5656 with :
5757 path : $(( steps.yarn-cache.outputs.dir ))
5858 key : $(( runner.os ))-yarn-$(( hashFiles('**/yarn.lock') ))
You can’t perform that action at this time.
0 commit comments