Skip to content

Commit 3af36f4

Browse files
(maint) Update actions/cache action to v4.2.4 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2f2ca2 commit 3af36f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
6.0.x
5858
7.0.x
5959
- name: Cache Tools
60-
uses: actions/[email protected].3
60+
uses: actions/[email protected].4
6161
with:
6262
path: tools
6363
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
@@ -43,7 +43,7 @@ jobs:
4343
6.0.x
4444
7.0.x
4545
- name: Cache Tools
46-
uses: actions/[email protected].3
46+
uses: actions/[email protected].4
4747
with:
4848
path: tools
4949
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)