Skip to content

Commit 7f7eac1

Browse files
Bump the github-actions group with 2 updates (#914)
1 parent f4f8ef1 commit 7f7eac1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ffishjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)