Skip to content

Commit 5b4c6c0

Browse files
authored
workflows: update to actions/checkout@v5 for node24 (#104)
No documented breaking changes.
1 parent 87bd8c0 commit 5b4c6c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Codespell
1616
uses: codespell-project/actions-codespell@v2

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- os: windows-latest
2626
cc: cl
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Install build and test dependencies (Linux)
3131
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)