diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4a06e246..f028fa1a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 - run: pnpm install - name: Lint code run: pnpm lint:ci \ No newline at end of file