Skip to content

Commit 9a8ae9d

Browse files
committed
(maint) Update actions/cache action to v3.3.3
1 parent fad4847 commit 9a8ae9d

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
@@ -58,7 +58,7 @@ jobs:
5858
7.0
5959
8.0
6060
- name: Cache Tools
61-
uses: actions/cache@v3.3.2
61+
uses: actions/cache@v3.3.3
6262
with:
6363
path: tools
6464
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
@@ -44,7 +44,7 @@ jobs:
4444
7.0
4545
8.0
4646
- name: Cache Tools
47-
uses: actions/cache@v3.3.2
47+
uses: actions/cache@v3.3.3
4848
with:
4949
path: tools
5050
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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Fetch all tags and branches
2020
run: git fetch --prune --unshallow
2121
- name: Cache Tools
22-
uses: actions/cache@v3.3.2
22+
uses: actions/cache@v3.3.3
2323
with:
2424
path: tools
2525
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)