Skip to content

Commit

Permalink
(maint) Update actions/cache action to v4
Browse files Browse the repository at this point in the history
renovate[bot] committed Jan 17, 2024
1 parent 9ffdfbd commit d9f0f68
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ jobs:
7.0
8.0
- name: Cache Tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cake
key: ${{ runner.os }}-cake-${{ hashFiles('recipe.cake') }}
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
8.0
- name: Cache Tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cake
key: ${{ runner.os }}-cake-${{ hashFiles('recipe.cake') }}
2 changes: 1 addition & 1 deletion .github/workflows/publishDocs.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Cache Tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}

0 comments on commit d9f0f68

Please sign in to comment.