diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9db00558f..b485eddb4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,7 +44,7 @@ jobs: node-version-file: '.nvmrc' - name: Get cached dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules