Skip to content

Commit

Permalink
(maint) Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 9ffdfbd commit 2c8bda8
Show file tree
Hide file tree
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
Expand Up @@ -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') }}
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 @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 2c8bda8

Please sign in to comment.