diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index baa812b..41acab6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,17 +20,17 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: lts/* - name: Install pnpm - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6 with: version: latest - name: Restore ESLint cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: ${{ env.ESLINT_CACHE_DIR }} key: eslint-${{ runner.os }}-${{ hashFiles('eslint.config.js') }}