diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 949b1ee..76314eb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,7 +14,7 @@ jobs: name: Clone the repository with: fetch-depth: 0 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 name: Install Node.JS with: node-version: 20.x diff --git a/.github/workflows/CI4PRs.yml b/.github/workflows/CI4PRs.yml index 03d90be..7f5ba24 100644 --- a/.github/workflows/CI4PRs.yml +++ b/.github/workflows/CI4PRs.yml @@ -14,7 +14,7 @@ jobs: name: Clone the repository with: fetch-depth: 0 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 name: Install Node.JS with: node-version: 20.x