diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e6d6146f2..fb8e49404 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3 with: cache: "npm" node-version-file: ".nvmrc" diff --git a/.github/workflows/daily-help-update.yml b/.github/workflows/daily-help-update.yml index 6c3170082..9b8d5b3a2 100644 --- a/.github/workflows/daily-help-update.yml +++ b/.github/workflows/daily-help-update.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3 with: cache: "npm" node-version-file: ".nvmrc" diff --git a/.github/workflows/daily-tx-pull.yml b/.github/workflows/daily-tx-pull.yml index 45aeeb37c..b508cb138 100644 --- a/.github/workflows/daily-tx-pull.yml +++ b/.github/workflows/daily-tx-pull.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3 with: cache: "npm" node-version-file: ".nvmrc"