File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9393 with :
9494 node-version : 20
9595 architecture : ${{ matrix.node }}
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v6
9797 - run : npm ci
9898 - run : npm run ${{ matrix.command }} -- ${{ matrix.args }}
9999 - uses : actions/upload-artifact@v4
@@ -108,7 +108,7 @@ jobs:
108108 name : Release
109109 runs-on : ubuntu-latest
110110 steps :
111- - uses : actions/checkout@v4
111+ - uses : actions/checkout@v6
112112 - uses : actions/download-artifact@v4
113113 with :
114114 pattern : build-artifacts-*
Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - uses : actions/setup-node@v3
1414 with :
1515 node-version : 20
2727 - { os: ubuntu-latest, arch: x64 }
2828 - { os: windows-2019, arch: x64 }
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131 - uses : actions/setup-node@v3
3232 with :
3333 node-version : ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments