diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b88258fe..ee7b103e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: cache: 'npm' - run: npm ci - name: Cache node_modules - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 20.x - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -53,7 +53,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 20.x - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -67,7 +67,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 20.x - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -81,7 +81,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 20.x - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -95,7 +95,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 20.x - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}