diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2ebf04a..10fa245 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: name: Clone the repository with: fetch-depth: 0 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 name: Install Node.JS with: node-version: 20.x