diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 0fbc997..f88432b 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -13,7 +13,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version: "^22" cache: yarn diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1521767..b1e7192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version: "^22" cache: yarn diff --git a/.github/workflows/production-deploy.yml b/.github/workflows/production-deploy.yml index 1eae2e6..f10f640 100644 --- a/.github/workflows/production-deploy.yml +++ b/.github/workflows/production-deploy.yml @@ -13,7 +13,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version: "^22" cache: yarn diff --git a/.github/workflows/rc-deploy.yml b/.github/workflows/rc-deploy.yml index 14a511a..5c2afef 100644 --- a/.github/workflows/rc-deploy.yml +++ b/.github/workflows/rc-deploy.yml @@ -13,7 +13,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version: "^22" cache: yarn