aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-18 15:20:59 +0800
committer苏向夜 <fu050409@163.com>2026-01-18 15:20:59 +0800
commit9479c1663a418973a9555d83d2bda96dc666d919 (patch)
tree4359cb67496d7e3f34b69aa8d45ac45f622cb0a7 /.github/workflows/lint.yml
parent5d403b86833c23ff7974daa829a9cbb2f837f4ec (diff)
downloadDropOut-9479c1663a418973a9555d83d2bda96dc666d919.tar.gz
DropOut-9479c1663a418973a9555d83d2bda96dc666d919.zip
chore(ci): bump versions of actions
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 5c4a69d..bfa9530 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -15,14 +15,14 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
-
+
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
- version: 9
+ version: latest
- name: Install Node.js
uses: actions/setup-node@v4