diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f49299f6b3..9641df30fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -270,7 +270,7 @@ jobs: with: ref: ${{ inputs.checkout-ref }} - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: '20.10.0' @@ -354,7 +354,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 with: ref: ${{ inputs.checkout-ref }} - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: '20.10.0' - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # 8.0.0 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 18bb7661bc..1f114cdeb5 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -39,7 +39,7 @@ jobs: echo "current=$CURRENT" >> "$GITHUB_OUTPUT" echo "Snapshot version: $VERSION" - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: '20.10.0' diff --git a/.github/workflows/test_node.yml b/.github/workflows/test_node.yml index 5303b08440..741df823eb 100644 --- a/.github/workflows/test_node.yml +++ b/.github/workflows/test_node.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 - name: Use Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version-file: package.json @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 - name: Use Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version-file: package.json @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: ${{ matrix.node-version }}