diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index 1bb0434..6ad2ffe 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node-version }} cache: "npm" diff --git a/.github/workflows/node-lint.yml b/.github/workflows/node-lint.yml index 669f97a..cfb85ac 100644 --- a/.github/workflows/node-lint.yml +++ b/.github/workflows/node-lint.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node-version }} cache: "npm" diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index 385e416..1ec6736 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node-version }} cache: "npm" @@ -102,7 +102,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node-version }} cache: "npm" diff --git a/.github/workflows/node-update-visual-snapshots.yml b/.github/workflows/node-update-visual-snapshots.yml index 0cf567e..24278ea 100644 --- a/.github/workflows/node-update-visual-snapshots.yml +++ b/.github/workflows/node-update-visual-snapshots.yml @@ -109,7 +109,7 @@ jobs: ref: ${{ inputs.branch || github.ref }} - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node-version }} cache: "npm"