Skip to content

Commit 75fb248

Browse files
authored
Update checkout action to Node 24
1 parent c45ac8b commit 75fb248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616

1717
- name: npm install
1818
run: npm ci

0 commit comments

Comments
 (0)