diff --git a/.github/workflows/zig-ci.yml b/.github/workflows/zig-ci.yml index cbf55c2..c0cc841 100644 --- a/.github/workflows/zig-ci.yml +++ b/.github/workflows/zig-ci.yml @@ -103,13 +103,13 @@ jobs: - name: Set up Node.js if: inputs.node_version != '' && inputs.node_cache_dependency_path == '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} - name: Set up Node.js with npm cache if: inputs.node_version != '' && inputs.node_cache_dependency_path != '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} cache: npm diff --git a/.github/workflows/zig-nightly.yml b/.github/workflows/zig-nightly.yml index d84b270..3d50599 100644 --- a/.github/workflows/zig-nightly.yml +++ b/.github/workflows/zig-nightly.yml @@ -193,13 +193,13 @@ jobs: - name: Set up Node.js if: inputs.node_version != '' && inputs.node_cache_dependency_path == '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} - name: Set up Node.js with npm cache if: inputs.node_version != '' && inputs.node_cache_dependency_path != '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} cache: npm diff --git a/.github/workflows/zig-release.yml b/.github/workflows/zig-release.yml index fa88bb4..bc384f2 100644 --- a/.github/workflows/zig-release.yml +++ b/.github/workflows/zig-release.yml @@ -125,13 +125,13 @@ jobs: - name: Set up Node.js if: inputs.node_version != '' && inputs.node_cache_dependency_path == '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} - name: Set up Node.js with npm cache if: inputs.node_version != '' && inputs.node_cache_dependency_path != '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} cache: npm @@ -247,13 +247,13 @@ jobs: - name: Set up Node.js if: inputs.node_version != '' && inputs.node_cache_dependency_path == '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} - name: Set up Node.js with npm cache if: inputs.node_version != '' && inputs.node_cache_dependency_path != '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} cache: npm