Skip to content

Commit 86a86e5

Browse files
(maint) Update actions/cache action to v4.2.2 (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91fc0d1 commit 86a86e5

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].1
60+
uses: actions/[email protected].2
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].1
46+
uses: actions/[email protected].2
4747
with:
4848
path: tools
4949
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)