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 3131 version : ${{env.EM_VERSION}}
3232 actions-cache-folder : ${{env.EM_CACHE_FOLDER}}
3333 - name : Use Node.js ${{ matrix.node-version }}
34- uses : actions/setup-node@v4
34+ uses : actions/setup-node@v5
3535 with :
3636 node-version : ${{ matrix.node-version }}
3737 - name : Build ffishjs
6565 version : ${{env.EM_VERSION}}
6666 actions-cache-folder : ${{env.EM_CACHE_FOLDER}}
6767 - name : Use Node.js ${{ matrix.node-version }}
68- uses : actions/setup-node@v4
68+ uses : actions/setup-node@v5
6969 with :
7070 node-version : ${{ matrix.node-version }}
7171 - name : Build ffish.js ES6/ES2015 module
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v5
2121
2222 # Used to host cibuildwheel
23- - uses : actions/setup-python@v5
23+ - uses : actions/setup-python@v6
2424
2525 - name : Install cibuildwheel
2626 run : python -m pip install cibuildwheel==2.22.0
4444 runs-on : ubuntu-24.04
4545 steps :
4646 - uses : actions/checkout@v5
47- - uses : actions/setup-python@v5
47+ - uses : actions/setup-python@v6
4848 with :
4949 python-version : ' 3.9'
5050
You can’t perform that action at this time.
0 commit comments