diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e8beca..6d3c24c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: uses: stenciljs/.github/actions/get-core-dependencies@main - name: 🟩 Setup Node 20.15.1 - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: 20.15.1 cache: 'npm' diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index fc6b05a..fa39199 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -67,14 +67,14 @@ jobs: - name: 🟢 Configure Node for Publish if: ${{ inputs.scope == '' }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ inputs.node-version }} registry-url: ${{ inputs.registry-url }} - name: 🟢 Configure Node for Publish (Scoped) if: ${{ inputs.scope != '' }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ inputs.node-version }} registry-url: ${{ inputs.registry-url }} diff --git a/.github/workflows/test-component-starter.yml b/.github/workflows/test-component-starter.yml index f9e0cd9..590ec8a 100644 --- a/.github/workflows/test-component-starter.yml +++ b/.github/workflows/test-component-starter.yml @@ -22,7 +22,7 @@ jobs: uses: stenciljs/.github/actions/get-core-dependencies@main - name: 🟢 Use Node ${{ matrix.node }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ matrix.node }} cache: 'npm'