Skip to content

Commit f708a76

Browse files
authored
workflows: update actions/checkout to v4 (#63)
No breaking changes. v3 uses an old version of Node that will start throwing deprecation warnings soon: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
1 parent be2086b commit f708a76

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@v3
14+
uses: actions/checkout@v4
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
@@ -21,7 +21,7 @@ jobs:
2121
- os: windows-latest
2222
cc: clang
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525

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

0 commit comments

Comments
 (0)