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 47
47
name : " Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@v3
50
+ uses : actions/checkout@v4
51
51
52
52
- name : Install pnpm
53
53
if : ${{ matrix.node_version != 14 }}
@@ -101,7 +101,7 @@ jobs:
101
101
runs-on : ubuntu-latest
102
102
name : " Lint: node-LTS, ubuntu-latest"
103
103
steps :
104
- - uses : actions/checkout@v3
104
+ - uses : actions/checkout@v4
105
105
with :
106
106
fetch-depth : 0
107
107
Original file line number Diff line number Diff line change 18
18
environment : Release
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Install pnpm
24
24
uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 14
14
if : github.repository == 'vitejs/vite-plugin-vue'
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
19
19
- name : Get pkgName for tag
20
20
id : tag
You can’t perform that action at this time.
0 commit comments