diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f5b136f..8a56629 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -44,7 +44,7 @@ jobs: with: node-version: 16 - name: Restore NodeJS Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: node_modules key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }} @@ -66,7 +66,7 @@ jobs: with: node-version: 16 - name: Restore NodeJS Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: node_modules key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}