Skip to content

Commit b20f4d0

Browse files
(maint) Update actions/cache action to v4.2.3 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f90825 commit b20f4d0

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

0 commit comments

Comments
 (0)