From 199e0c93d1e3b013abf201b3551bb8484d397a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:12:14 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [mlugg/setup-zig](https://github.com/mlugg/setup-zig) and [cross-platform-actions/action](https://github.com/cross-platform-actions/action). Updates `mlugg/setup-zig` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/mlugg/setup-zig/releases) - [Commits](https://github.com/mlugg/setup-zig/compare/fa65c4058643678a4e4a9a60513944a7d8d35440...d1434d08867e3ee9daa34448df10607b98908d29) Updates `cross-platform-actions/action` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/3fbf2723ff48aac8defe0070706f36088999fd47...492b0c80085400348c599edace11141a4ee73524) --- updated-dependencies: - dependency-name: mlugg/setup-zig dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: cross-platform-actions/action dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/node-js-packaging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-js-packaging.yml b/.github/workflows/node-js-packaging.yml index 2a92246..a92c92e 100644 --- a/.github/workflows/node-js-packaging.yml +++ b/.github/workflows/node-js-packaging.yml @@ -99,7 +99,7 @@ jobs: .cargo-cache target/ key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }} - - uses: mlugg/setup-zig@fa65c4058643678a4e4a9a60513944a7d8d35440 # v2.1.0 + - uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2.2.1 if: ${{ contains(matrix.settings.build, ' -x ') }} with: version: 0.14.1 @@ -141,7 +141,7 @@ jobs: persist-credentials: false - name: Build id: build - uses: cross-platform-actions/action@3fbf2723ff48aac8defe0070706f36088999fd47 # v0.31.0 + uses: cross-platform-actions/action@492b0c80085400348c599edace11141a4ee73524 # v0.32.0 env: DEBUG: napi:* RUSTUP_IO_THREADS: 1