Update actions/checkout action to v7
Lint / lint (push) Failing after 37s
Test build / test-build (pull_request) Successful in 2m13s

This commit is contained in:
2026-07-30 12:06:44 +00:00
parent e412943e64
commit 112e91d199
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint TypeScript