File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 name : " Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v4
5151
5252 - name : Install pnpm
5353 if : ${{ matrix.node_version != 14 }}
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 name : " Lint: node-LTS, ubuntu-latest"
103103 steps :
104- - uses : actions/checkout@v3
104+ - uses : actions/checkout@v4
105105 with :
106106 fetch-depth : 0
107107
Original file line number Diff line number Diff line change 1818 environment : Release
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 - name : Install pnpm
2424 uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 1414 if : github.repository == 'vitejs/vite-plugin-vue'
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : Get pkgName for tag
2020 id : tag
You can’t perform that action at this time.
0 commit comments