Skip to content

Commit ebf52f9

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 519a12b commit ebf52f9

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

.github/workflows/bsd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: recursive
1616
- name: Prepare ccache
17-
uses: actions/cache@v3
17+
uses: actions/cache@v4
1818
with:
1919
path: .ccache
2020
key: freebsd-13.2-gmake-${{ github.ref }}-${{ github.sha }}-PR
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
submodules: recursive
7777
- name: Prepare ccache
78-
uses: actions/cache@v3
78+
uses: actions/cache@v4
7979
with:
8080
path: .ccache
8181
key: openbsd-7.4-gmake-${{ github.ref }}-${{ github.sha }}-PR
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
submodules: recursive
138138
- name: Prepare ccache
139-
uses: actions/cache@v3
139+
uses: actions/cache@v4
140140
with:
141141
path: .ccache
142142
key: netbsd-9.3-gmake-${{ github.ref }}-${{ github.sha }}-PR

.github/workflows/build-and-test-Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get install --no-install-recommends -y gawk jq
2626
2727
- name: Prepare ccache
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: .ccache
3131
key: ${{ runner.os }}-20.04-make-clang-${{ github.ref }}-${{ github.sha }}-KERNEL

.github/workflows/build-and-test-Xen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install --no-install-recommends -y libgtk2.0-dev libyajl-dev time ccache clang-10 clang++-10
2525
2626
- name: Prepare ccache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: .ccache
3030
key: ${{ runner.os }}-20.04-make-clang-${{ github.ref }}-${{ github.sha }}-XEN

.github/workflows/csmith.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sudo apt-get install --no-install-recommends -y csmith libcsmith-dev
2424
make -C src minisat2-download
2525
- name: Prepare ccache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: .ccache
2929
key: ${{ runner.os }}-20.04-make-clang-${{ github.ref }}-${{ github.sha }}-CSMITH

.github/workflows/pull-request-check-rust-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log cargo/rust version
3434
run: cargo --version
3535
- name: Prepare ccache
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: .ccache
3939
key: ${{ runner.os }}-22.04-cmake-clang-${{ github.ref }}-${{ github.sha }}-PR
@@ -79,7 +79,7 @@ jobs:
7979
- name: Log cargo/rust version
8080
run: cargo --version
8181
- name: Prepare ccache
82-
uses: actions/cache@v3
82+
uses: actions/cache@v4
8383
with:
8484
path: .ccache
8585
key: ${{ runner.os }}-Release-Minisat-${{ github.ref }}-${{ github.sha }}-PR-Rust-API

.github/workflows/pull-request-checks.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
mv cvc5 /usr/local/bin
3333
cvc5 --version
3434
- name: Prepare ccache
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: .ccache
3838
key: ${{ runner.os }}-20.04-make-${{ github.ref }}-${{ github.sha }}-PR
@@ -117,7 +117,7 @@ jobs:
117117
mv cvc5 /usr/local/bin
118118
cvc5 --version
119119
- name: Prepare ccache
120-
uses: actions/cache@v3
120+
uses: actions/cache@v4
121121
with:
122122
path: .ccache
123123
key: ${{ runner.os }}-20.04-make-clang-${{ github.ref }}-${{ github.sha }}-PR
@@ -181,7 +181,7 @@ jobs:
181181
- name: Confirm z3 solver is available and log the version installed
182182
run: z3 --version
183183
- name: Prepare ccache
184-
uses: actions/cache@v3
184+
uses: actions/cache@v4
185185
with:
186186
path: .ccache
187187
key: ${{ runner.os }}-20.04-make-clang-${{ github.ref }}-${{ github.sha }}-PR
@@ -225,7 +225,7 @@ jobs:
225225
mv cvc5 /usr/local/bin
226226
cvc5 --version
227227
- name: Prepare ccache
228-
uses: actions/cache@v3
228+
uses: actions/cache@v4
229229
with:
230230
path: .ccache
231231
key: ${{ runner.os }}-20.04-Release-${{ github.ref }}-${{ github.sha }}-PR
@@ -296,7 +296,7 @@ jobs:
296296
mv cvc5 /usr/local/bin
297297
cvc5 --version
298298
- name: Prepare ccache
299-
uses: actions/cache@v3
299+
uses: actions/cache@v4
300300
with:
301301
path: .ccache
302302
key: ${{ runner.os }}-22.04-make-clang-${{ github.ref }}-${{ github.sha }}-PR
@@ -361,7 +361,7 @@ jobs:
361361
mv cvc5 /usr/local/bin
362362
cvc5 --version
363363
- name: Prepare ccache
364-
uses: actions/cache@v3
364+
uses: actions/cache@v4
365365
with:
366366
path: .ccache
367367
key: ${{ runner.os }}-22.04-Release-${{ github.ref }}-${{ github.sha }}-PR
@@ -420,7 +420,7 @@ jobs:
420420
mv cvc5 /usr/local/bin
421421
cvc5 --version
422422
- name: Prepare ccache
423-
uses: actions/cache@v3
423+
uses: actions/cache@v4
424424
with:
425425
path: .ccache
426426
key: ${{ runner.os }}-22.04-Release-gcc-13-${{ github.ref }}-${{ github.sha }}-PR
@@ -466,7 +466,7 @@ jobs:
466466
mv cvc5 /usr/local/bin
467467
cvc5 --version
468468
- name: Prepare ccache
469-
uses: actions/cache@v3
469+
uses: actions/cache@v4
470470
with:
471471
path: .ccache
472472
key: ${{ runner.os }}-22.04-Release-32-${{ github.ref }}-${{ github.sha }}-PR
@@ -504,7 +504,7 @@ jobs:
504504
sudo apt-get update
505505
sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils ccache z3
506506
- name: Prepare ccache
507-
uses: actions/cache@v3
507+
uses: actions/cache@v4
508508
with:
509509
path: .ccache
510510
key: ${{ runner.os }}-20.04-Release-${{ github.ref }}-${{ github.sha }}-PR
@@ -550,7 +550,7 @@ jobs:
550550
sudo apt-get update
551551
sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils ccache z3
552552
- name: Prepare ccache
553-
uses: actions/cache@v3
553+
uses: actions/cache@v4
554554
with:
555555
path: .ccache
556556
key: ${{ runner.os }}-20.04-Release-${{ github.ref }}-${{ github.sha }}-PR
@@ -590,7 +590,7 @@ jobs:
590590
mv cvc5 /usr/local/bin
591591
cvc5 --version
592592
- name: Prepare ccache
593-
uses: actions/cache@v3
593+
uses: actions/cache@v4
594594
with:
595595
path: .ccache
596596
key: ${{ runner.os }}-make-${{ github.ref }}-${{ github.sha }}-PR
@@ -641,7 +641,7 @@ jobs:
641641
mv cvc5 /usr/local/bin
642642
cvc5 --version
643643
- name: Prepare ccache
644-
uses: actions/cache@v3
644+
uses: actions/cache@v4
645645
with:
646646
path: .ccache
647647
key: ${{ runner.os }}-Release-Glucose-${{ github.ref }}-${{ github.sha }}-PR
@@ -698,7 +698,7 @@ jobs:
698698
- name: Confirm cvc5 solver is available and log the version installed
699699
run: cvc5 --version
700700
- name: Prepare ccache
701-
uses: actions/cache@v3
701+
uses: actions/cache@v4
702702
with:
703703
path: .ccache
704704
key: ${{ runner.os }}-msbuild-${{ github.ref }}-${{ github.sha }}-PR
@@ -756,7 +756,7 @@ jobs:
756756
- name: Initialise Developer Command Line
757757
uses: ilammy/msvc-dev-cmd@v1
758758
- name: Prepare ccache
759-
uses: actions/cache@v3
759+
uses: actions/cache@v4
760760
with:
761761
path: .ccache
762762
key: ${{ runner.os }}-msbuild-make-${{ github.ref }}-${{ github.sha }}-PR
@@ -811,7 +811,7 @@ jobs:
811811
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
812812
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
813813
- name: Prepare ccache
814-
uses: actions/cache@v3
814+
uses: actions/cache@v4
815815
with:
816816
path: .ccache
817817
key: ${{ runner.os }}-msbuild-${{ github.ref }}-${{ github.sha }}-PKG
@@ -928,7 +928,7 @@ jobs:
928928
mv cvc5 /usr/local/bin
929929
cvc5 --version
930930
- name: Prepare ccache
931-
uses: actions/cache@v3
931+
uses: actions/cache@v4
932932
with:
933933
path: .ccache
934934
key: ${{ runner.os }}-20.04-Coverage-${{ github.ref }}-${{ github.sha }}-PR

.github/workflows/release-packages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
mv cvc5 /usr/local/bin
2828
cvc5 --version
2929
- name: Prepare ccache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: .ccache
3333
key: ${{ runner.os }}-22.04-Release-${{ github.ref }}-${{ github.sha }}-RELEASEPKG
@@ -97,7 +97,7 @@ jobs:
9797
mv cvc5 /usr/local/bin
9898
cvc5 --version
9999
- name: Prepare ccache
100-
uses: actions/cache@v3
100+
uses: actions/cache@v4
101101
with:
102102
path: .ccache
103103
key: ${{ runner.os }}-20.04-Release-${{ github.ref }}-${{ github.sha }}-RELEASEPKG
@@ -199,7 +199,7 @@ jobs:
199199
echo "$(Split-Path -Path $(Get-ChildItem -Path "${env:ProgramFiles(x86)}\Windows Kits\10\App Certification Kit\signtool.exe"))" >> $env:GITHUB_PATH
200200
echo "pfxcert=$([string](Get-Location)+'\CodeSignCertificate.pfx')" >> $env:GITHUB_ENV
201201
- name: Prepare ccache
202-
uses: actions/cache@v3
202+
uses: actions/cache@v4
203203
with:
204204
path: .ccache
205205
key: ${{ runner.os }}-msbuild-${{ github.ref }}-${{ github.sha }}-RELEASEPKG

0 commit comments

Comments
 (0)