Skip to content

Commit

Permalink
Merge pull request #199 from cake-contrib/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
nils-a authored Jan 17, 2024
2 parents fd442fe + ea3bad1 commit 3ba16c3
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 @@ -58,7 +58,7 @@ jobs:
8.0.100
- name: Cache Tools
uses: actions/cache@v3
uses: actions/cache@v4
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 @@ -36,7 +36,7 @@ jobs:
8.0.100
- name: Cache Tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down

0 comments on commit 3ba16c3

Please sign in to comment.