Skip to content

Commit

Permalink
Merge pull request #292 from cake-contrib/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4.0.2
  • Loading branch information
AdmiringWorm authored May 2, 2024
2 parents 92d7623 + 4e15c8c commit d6fe385
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
uses: actions/cache@v2.1.5
uses: actions/cache@v4.0.2
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('setup.cake') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
uses: actions/cache@v2.1.5
uses: actions/cache@v4.0.2
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('setup.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 @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.ref }}
- name: Cache Tools
uses: actions/cache@v2.1.5
uses: actions/cache@v4.0.2
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('setup.cake') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
uses: actions/cache@v2.1.5
uses: actions/cache@v4.0.2
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('setup.cake') }}
Expand Down

0 comments on commit d6fe385

Please sign in to comment.