1717 runs-on : ubuntu-24.04
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with : { python-version: "3.12" }
2424
2525 - name : Install codespell
@@ -45,18 +45,18 @@ jobs:
4545 && false
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949
5050 - name : Install LCov
5151 run : sudo apt-get update -q
5252 && sudo apt-get install lcov -q -y{% if conan %}
5353
5454 - name : Install Python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with : { python-version: "3.12" }
5757
5858 - name : Conan cache
59- uses : actions/cache@v4
59+ uses : actions/cache@v5
6060 with :
6161 path : conan_cache_save.tgz
6262 key : conan-coverage-${{ hashFiles('conan*.[pl][yo]*') }}
8282 run : cmake --build build/coverage -t coverage
8383
8484 - name : Submit to codecov.io
85- uses : codecov/codecov-action@v4
85+ uses : codecov/codecov-action@v6
8686 with :
8787 file : build/coverage/coverage.info
8888 token : ${{ secrets.CODECOV_TOKEN }}
@@ -95,14 +95,14 @@ jobs:
9595 env : { C{% if c %}C{% else %}XX{% end %}: clang{% if cpp %}++{% end %}-18{% if c and pm %}, CXX: clang++-18{% end %} }
9696
9797 steps :
98- - uses : actions/checkout@v4 {% if conan %}
98+ - uses : actions/checkout@v6 {% if conan %}
9999
100100 - name : Install Python
101101 uses : actions/setup-python@v5
102102 with : { python-version: "3.12" }
103103
104104 - name : Conan cache
105- uses : actions/cache@v4
105+ uses : actions/cache@v5
106106 with :
107107 path : conan_cache_save.tgz
108108 key : conan-sanitize-${{ hashFiles('conan*.[pl][yo]*') }}
@@ -149,7 +149,7 @@ jobs:
149149 runs-on : ${{ matrix.os }}
150150
151151 steps :
152- - uses : actions/checkout@v4
152+ - uses : actions/checkout@v6
153153
154154 - name : Install static analyzers
155155 if : matrix.os == 'ubuntu-24.04'
@@ -165,7 +165,7 @@ jobs:
165165 with : { python-version: "3.12" }
166166
167167 - name : Conan cache
168- uses : actions/cache@v4
168+ uses : actions/cache@v5
169169 with :
170170 path : conan_cache_save.tgz
171171 key : conan-${{ matrix.os }}-${{ hashFiles('conan*.[pl][yo]*') }}
@@ -229,7 +229,7 @@ jobs:
229229 contents : write
230230
231231 steps :
232- - uses : actions/checkout@v4
232+ - uses : actions/checkout@v6
233233
234234 - uses : actions/setup-python@v5
235235 with : { python-version: "3.12" }
0 commit comments