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 35c8732 commit 88e036eCopy full SHA for 88e036e
.github/workflows/codespell.yml
@@ -33,7 +33,7 @@ jobs:
33
name: Enforce codespell-clean spelling
34
runs-on: ubuntu-24.04
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
37
38
- uses: codespell-project/actions-codespell@v2
39
with:
.github/workflows/run_test_suite.yml
@@ -51,7 +51,7 @@ jobs:
51
gcc: 15
52
install: binutils g++-15 gcc-15 cpp-15
53
54
55
56
- name: Add repository "ubuntu-toolchain-r" for GCC 15
57
if: "${{ matrix.gcc == '15' }}"
0 commit comments