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

This commit is contained in:
2025-10-03 11:44:22 +00:00
committed by Julien Valverdé
parent 59298e7074
commit 97ddf8625a
3 changed files with 3 additions and 3 deletions

View File

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