Update actions/checkout action to v6
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
node-version: "24"
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
- name: Lint TypeScript
|
||||
|
||||
Reference in New Issue
Block a user