Skip to content

Commit 98041e3

Browse files
committed
(maint) Update actions/cache action to v4
1 parent 9da3969 commit 98041e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
7.0
6262
8.0
6363
- name: Cache Tools
64-
uses: actions/cache@v3
64+
uses: actions/cache@v4
6565
with:
6666
path: tools
6767
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
8.0
4242
4343
- name: Cache Tools
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: tools
4747
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/publishDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: git fetch --prune --unshallow
2222

2323
- name: Cache Tools
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: tools
2727
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)