diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 68cda38f..db2fc8bb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -28,7 +28,7 @@ jobs: AC_PASSWORD: ${{ (github.ref_name == 'develop' && secrets.AC_PASSWORD) || '' }} steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3 with: cache: 'npm' node-version-file: '.nvmrc'