File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments