diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bf83fa6..b157fe9 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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 name: Install Node.JS with: node-version: 20.x diff --git a/.github/workflows/CI4PRs.yml b/.github/workflows/CI4PRs.yml index 0d200a9..422b302 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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 name: Install Node.JS with: node-version: 20.x