Skip to content

Commit

Permalink
(maint) Update actions/cache action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2024
1 parent a46163e commit 1e86d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
6.0.x
7.0.x
- name: Cache Tools
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
6.0.x
7.0.x
- name: Cache Tools
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down

0 comments on commit 1e86d03

Please sign in to comment.