diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0898b8fa..017e92d9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,7 +22,7 @@ jobs: shell: bash steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.nvmrc' @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: ref: ${{ github.sha }} - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.nvmrc'