Update actions/checkout action to v7
Test build / test-build (pull_request) Successful in 25s
Lint / lint (push) Successful in 16s

This commit is contained in:
2026-06-19 12:01:16 +00:00
parent 257d505fdf
commit eed66d9ded
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
with:
node-version: "24"
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint TypeScript