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 1616 node-version : [18.x, 20.x]
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Use Node.js ${{ matrix.node-version }}
2121 uses : actions/setup-node@v3
2222 with :
3636 tarball-name : ${{ steps.pack.outputs.tarball-name }}
3737
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
4040 - name : Use Node.js
4141 uses : actions/setup-node@v3
4242 with :
6767 fail-fast : false
6868
6969 steps :
70- - uses : actions/checkout@v3
70+ - uses : actions/checkout@v4
7171 - uses : actions/download-artifact@v3
7272 with :
7373 name : package-tarball
9595 fail-fast : false
9696
9797 steps :
98- - uses : actions/checkout@v3
98+ - uses : actions/checkout@v4
9999 - uses : actions/download-artifact@v3
100100 with :
101101 name : package-tarball
@@ -125,7 +125,7 @@ jobs:
125125 suite : [cloudflare-worker]
126126
127127 steps :
128- - uses : actions/checkout@v3
128+ - uses : actions/checkout@v4
129129 - uses : actions/download-artifact@v3
130130 with :
131131 name : package-tarball
@@ -154,7 +154,7 @@ jobs:
154154 suite : [bun]
155155
156156 steps :
157- - uses : actions/checkout@v3
157+ - uses : actions/checkout@v4
158158 - uses : actions/download-artifact@v3
159159 with :
160160 name : package-tarball
You can’t perform that action at this time.
0 commit comments