Skip to content

Commit ac06799

Browse files
authored
Merge pull request #1058 from cake-contrib/dependabot/github_actions/actions/cache-4.2.4
Bump actions/cache from 4.2.0 to 4.2.4
2 parents 340f2d3 + 8d8ebf0 commit ac06799

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Fetch all branches and tags
2323
run: git fetch --unshallow --prune
2424
- name: Tools caching
25-
uses: actions/cache@v4.2.0
25+
uses: actions/cache@v4.2.4
2626
with:
2727
path: tools
2828
key: ${{ matrix.os }}-tools-${{ hashFiles('recipe.cake', 'Source/Cake.Recipe/Content/addins.cake', 'Source/Cake.Recipe/Content/tools.cake', 'Source/Cake.Recipe/Content/modules.cake') }}

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Fetch all tags and branches
1616
run: git fetch --prune --unshallow
1717
- name: Cache Tools
18-
uses: actions/cache@v4.2.0
18+
uses: actions/cache@v4.2.4
1919
with:
2020
path: tools
2121
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake', 'Source/Cake.Recipe/Content/addins.cake', 'Source/Cake.Recipe/Content/tools.cake', 'Source/Cake.Recipe/Content/modules.cake') }}

0 commit comments

Comments
 (0)