We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2086b commit f708a76Copy full SHA for f708a76
.github/workflows/codespell.yml
@@ -11,6 +11,6 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: Codespell
16
uses: codespell-project/actions-codespell@v2
.github/workflows/run_unit_tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- os: windows-latest
22
cc: clang
23
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
26
- name: Install build and test dependencies (Linux)
27
if: startsWith(matrix.os, 'ubuntu')
0 commit comments