diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90e8150..1a0f228 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.2 with: node-version: 20 cache: 'npm' @@ -56,7 +56,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.2 with: node-version: 20 cache: 'npm'