File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v5
9- - uses : actions/setup-python@v5
9+ - uses : actions/setup-python@v6
1010 with :
1111 python-version : " 3.x"
1212 - run : pip install codespell
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : Use Node.js ${{ matrix.node-version }}
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version : ${{ matrix.node-version }}
2424 cache : ' yarn'
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v5
19- - uses : actions/setup-node@v4
19+ - uses : actions/setup-node@v5
2020 with :
2121 node-version : 22.19.0
2222 cache : yarn
You can’t perform that action at this time.
0 commit comments