Bump the github-actions group with 2 updates (#914)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 8 Sep 2025 21:42:29 +0000 (23:42 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 21:42:29 +0000 (23:42 +0200)
.github/workflows/ffishjs.yml
.github/workflows/wheels.yml

index 2115155..ed5a743 100644 (file)
@@ -31,7 +31,7 @@ jobs:
           version: ${{env.EM_VERSION}}
           actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
       - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: ${{ matrix.node-version }}
       - name: Build ffishjs
@@ -65,7 +65,7 @@ jobs:
           version: ${{env.EM_VERSION}}
           actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
       - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: ${{ matrix.node-version }}
       - name: Build ffish.js ES6/ES2015 module
index aa04144..a6a3dd0 100644 (file)
@@ -20,7 +20,7 @@ jobs:
       - uses: actions/checkout@v5
 
       # Used to host cibuildwheel
-      - uses: actions/setup-python@v5
+      - uses: actions/setup-python@v6
 
       - name: Install cibuildwheel
         run: python -m pip install cibuildwheel==2.22.0
@@ -44,7 +44,7 @@ jobs:
     runs-on: ubuntu-24.04
     steps:
       - uses: actions/checkout@v5
-      - uses: actions/setup-python@v5
+      - uses: actions/setup-python@v6
         with:
           python-version: '3.9'