Update actions/checkout action to v6
All checks were successful
Test build / test-build (pull_request) Successful in 18s
Lint / lint (push) Successful in 12s

This commit is contained in:
2025-11-21 12:01:12 +00:00
parent 3addaf391e
commit 6996a14fa4
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Clone repo
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint TypeScript