File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 # Steps represent a sequence of tasks that will be executed as part of the job
2121 steps :
2222 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424
25- - uses : actions/setup-node@v2
25+ - uses : actions/setup-node@v3
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828
2929 - name : Cache ~/.pnpm-store
30- uses : actions/cache@v2
30+ uses : actions/cache@v3
3131 env :
3232 cache-name : cache-pnpm-store
3333 with :
@@ -52,12 +52,12 @@ jobs:
5252 needs : ['test']
5353 if : " !contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
5454 steps :
55- - uses : actions/checkout@v2
56- - uses : actions/setup-node@v2
55+ - uses : actions/checkout@v3
56+ - uses : actions/setup-node@v3
5757 with :
5858 node-version : 18.x
5959 - name : Cache ~/.pnpm-store
60- uses : actions/cache@v2
60+ uses : actions/cache@v3
6161 env :
6262 cache-name : cache-pnpm-store
6363 with :
You can’t perform that action at this time.
0 commit comments