diff --git a/.github/workflows/actions_release.yaml b/.github/workflows/actions_release.yaml index bcda80b..c5621c9 100644 --- a/.github/workflows/actions_release.yaml +++ b/.github/workflows/actions_release.yaml @@ -124,7 +124,7 @@ jobs: - name: Set up Node.js if: (env.action_type == 'node' || inputs.setup_node == true) - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node_version }} diff --git a/.github/workflows/actions_release_auth.yaml b/.github/workflows/actions_release_auth.yaml index 8379c74..87b0501 100644 --- a/.github/workflows/actions_release_auth.yaml +++ b/.github/workflows/actions_release_auth.yaml @@ -94,7 +94,7 @@ jobs: - name: Set up Node.js if: env.action_type == 'node' - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node_version }} diff --git a/.github/workflows/audit_fix.yml b/.github/workflows/audit_fix.yml index abcac93..5b62fbb 100644 --- a/.github/workflows/audit_fix.yml +++ b/.github/workflows/audit_fix.yml @@ -69,7 +69,7 @@ jobs: echo "Activated Yarn version ${{ inputs.yarn_version }}" - name: Set up Node.js - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node_version }} cache: ${{ inputs.package_manager }} diff --git a/.github/workflows/auto_cherry_pick.yaml b/.github/workflows/auto_cherry_pick.yaml index e7d67c4..b9fe20d 100644 --- a/.github/workflows/auto_cherry_pick.yaml +++ b/.github/workflows/auto_cherry_pick.yaml @@ -464,7 +464,7 @@ jobs: if: env.action_type == 'node' env: CHANGES: ${{ env.CHANGES }} - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node_version }} cache: ${{ inputs.package_manager }}