diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index cb3979b..c4f4724 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -34,7 +34,7 @@ jobs: # Cache node_modules for ESLint installation - name: "Cache npm dependencies" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: npm-${{ runner.os }}-eslint