File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6
10+ - uses : actions/checkout@v7
1111 - uses : actions/setup-node@v6
1212 with :
1313 cache : yarn
Original file line number Diff line number Diff line change 2020 dist :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 - uses : actions/setup-node@v6
2525 with :
2626 cache : yarn
6060 runs-on : ${{ matrix.runner }}
6161
6262 steps :
63- - uses : actions/checkout@v6
63+ - uses : actions/checkout@v7
6464 - uses : actions/download-artifact@v8
6565 with :
6666 name : dist
@@ -113,7 +113,7 @@ jobs:
113113 test-generate :
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v6
116+ - uses : actions/checkout@v7
117117 - id : generate
118118 uses : ./generate-matrix
119119 with :
@@ -131,7 +131,7 @@ jobs:
131131 fail-fast : false
132132
133133 steps :
134- - uses : actions/checkout@v6
134+ - uses : actions/checkout@v7
135135 - uses : actions/download-artifact@v8
136136 with :
137137 name : dist
@@ -151,7 +151,7 @@ jobs:
151151 needs : dist
152152 runs-on : ubuntu-latest
153153 steps :
154- - uses : actions/checkout@v6
154+ - uses : actions/checkout@v7
155155 - uses : actions/download-artifact@v8
156156 with :
157157 name : dist
Original file line number Diff line number Diff line change 1111 release :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 with :
1616 persist-credentials : false
1717
You can’t perform that action at this time.
0 commit comments