Skip to content

Commit 195e911

Browse files
committed
ci: another update of GitHub actions
1 parent b0cf13e commit 195e911

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

.github/workflows/ci-clang-tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v5
8484
- run: echo "cache_id=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_ENV
8585
- name: Cache Conan data
86-
uses: actions/cache@v4
86+
uses: actions/cache@v5
8787
if: always()
8888
env:
8989
cache-name: cache-conan-data
@@ -99,7 +99,7 @@ jobs:
9999
clang-tidy-${{ matrix.toolchain.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-
100100
clang-tidy-${{ matrix.toolchain.os }}-${{ matrix.formatting }}-
101101
clang-tidy-${{ matrix.toolchain.os }}-
102-
- uses: hendrikmuhs/ccache-action@v1.2
102+
- uses: hendrikmuhs/ccache-action@v1.2.14
103103
if: runner.os == 'Linux'
104104
with:
105105
key: ${{ matrix.toolchain.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-${{ matrix.toolchain.compiler.type }}-${{ matrix.toolchain.lib }}-${{ matrix.build_type }}-${{ matrix.toolchain.compiler.version }}-${{ matrix.std }}

.github/workflows/ci-conan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
shell: bash
8787
run: echo "cache_id=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_ENV
8888
- name: Cache Conan data
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
if: always()
9191
env:
9292
cache-name: cache-conan-data
@@ -102,7 +102,7 @@ jobs:
102102
conan-${{ matrix.toolchain.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-
103103
conan-${{ matrix.toolchain.os }}-${{ matrix.formatting }}-
104104
conan-${{ matrix.toolchain.os }}-
105-
- uses: hendrikmuhs/ccache-action@v1.2
105+
- uses: hendrikmuhs/ccache-action@v1.2.14
106106
if: runner.os == 'Linux'
107107
with:
108108
key: ${{ matrix.toolchain.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-${{ matrix.toolchain.compiler.type }}-${{ matrix.toolchain.lib }}-${{ matrix.build_type }}-${{ matrix.toolchain.compiler.version }}-${{ matrix.std }}

.github/workflows/ci-freestanding.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v5
8484
- run: echo "cache_id=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_ENV
8585
- name: Cache Conan data
86-
uses: actions/cache@v4
86+
uses: actions/cache@v5
8787
if: always()
8888
env:
8989
cache-name: cache-conan-data
@@ -99,7 +99,7 @@ jobs:
9999
freestanding-${{ matrix.toolchain.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-
100100
freestanding-${{ matrix.toolchain.os }}-${{ matrix.formatting }}-
101101
freestanding-${{ matrix.toolchain.os }}-
102-
- uses: hendrikmuhs/ccache-action@v1.2
102+
- uses: hendrikmuhs/ccache-action@v1.2.14
103103
if: runner.os == 'Linux'
104104
with:
105105
key: ${{ matrix.toolchain.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-${{ matrix.toolchain.compiler.type }}-${{ matrix.toolchain.lib }}-${{ matrix.build_type }}-${{ matrix.toolchain.compiler.version }}-${{ matrix.std }}

.github/workflows/ci-sonarqube-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fetch-depth: 0
6969
- run: echo "cache_id=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_ENV
7070
- name: Cache Conan data
71-
uses: actions/cache@v4
71+
uses: actions/cache@v5
7272
if: always()
7373
env:
7474
cache-name: cache-conan-data
@@ -84,7 +84,7 @@ jobs:
8484
sonarqube-${{ matrix.config.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-
8585
sonarqube-${{ matrix.config.os }}-${{ matrix.formatting }}-
8686
sonarqube-${{ matrix.config.os }}-
87-
- uses: hendrikmuhs/ccache-action@v1.2
87+
- uses: hendrikmuhs/ccache-action@v1.2.14
8888
if: runner.os == 'Linux'
8989
with:
9090
key: ${{ matrix.config.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-${{ matrix.config.compiler.type }}-${{ matrix.config.lib }}-${{ matrix.build_type }}-${{ matrix.config.compiler.version }}-${{ matrix.std }}

.github/workflows/ci-test-package-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash
9696
run: echo "cache_id=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_ENV
9797
- name: Cache Conan data
98-
uses: actions/cache@v4
98+
uses: actions/cache@v5
9999
if: always()
100100
env:
101101
cache-name: cache-conan-data

.github/workflows/citation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: dieghernan/cff-validator@main
3939

4040
# Upload artifact
41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v5
4242
if: failure()
4343
with:
4444
name: citation-cff-errors

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- run: echo "cache_id=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_ENV
8686
- name: Cache Conan data
8787
if: matrix.language == 'cpp'
88-
uses: actions/cache@v4
88+
uses: actions/cache@v5
8989
env:
9090
cache-name: cache-conan-data
9191
with:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v5
4040

4141
- name: 'Dependency Review'
42-
uses: actions/dependency-review-action@v4
42+
uses: actions/dependency-review-action@v5
4343
with:
4444
fail-on-severity: high
4545
# Only deny the most restrictive licenses

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
python-version: 3.x
5858
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
59-
- uses: actions/cache@v4
59+
- uses: actions/cache@v5
6060
with:
6161
key: mkdocs-material-${{ env.cache_id }}
6262
path: .cache

0 commit comments

Comments
 (0)