diff --git a/.github/workflows/gh-e2e-test.yml b/.github/workflows/gh-e2e-test.yml index 28db7d27..666b60d2 100644 --- a/.github/workflows/gh-e2e-test.yml +++ b/.github/workflows/gh-e2e-test.yml @@ -95,7 +95,7 @@ jobs: log-variables: true export-variables: true keys-case: bypass - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 diff --git a/actions/node_prepare/action.yml b/actions/node_prepare/action.yml index 109e1606..65b692b2 100644 --- a/actions/node_prepare/action.yml +++ b/actions/node_prepare/action.yml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Use Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache }}