diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 58332d9..d944f5f 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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 + - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 name: Install Node.JS with: node-version: 20.x diff --git a/.github/workflows/CI4PRs.yml b/.github/workflows/CI4PRs.yml index 7730b33..88f5221 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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 + - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 name: Install Node.JS with: node-version: 20.x