Skip to content

Commit 4dddbd7

Browse files
Bump actions/cache from 4.0.2 to 4.1.0 (#319)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...2cdf405) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Jowett <[email protected]>
1 parent faa67d2 commit 4dddbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Cache nuget packages
7474
if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022'
75-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
75+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
7676
env:
7777
cache-name: cache-nuget-modules
7878
with:

0 commit comments

Comments
 (0)