Skip to content

Commit

Permalink
Merge pull request #91 from cake-contrib/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…velop/actions/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
nils-a committed Nov 23, 2021
2 parents 5366c9a + 3248e98 commit 1ad965c
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 @@ -27,7 +27,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
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 @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0

- name: Cache Tools
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down

0 comments on commit 1ad965c

Please sign in to comment.