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 87bd8c0 commit 5b4c6c0Copy full SHA for 5b4c6c0
.github/workflows/codespell.yml
@@ -11,6 +11,6 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
- name: Codespell
16
uses: codespell-project/actions-codespell@v2
.github/workflows/run_unit_tests.yml
@@ -25,7 +25,7 @@ jobs:
25
- os: windows-latest
26
cc: cl
27
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
30
- name: Install build and test dependencies (Linux)
31
if: startsWith(matrix.os, 'ubuntu')
0 commit comments