Skip to content

Commit aefa7ac

Browse files
Bump actions/cache from 3.3.1 to 3.3.2 (#145)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@88522ab...704facf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db9e025 commit aefa7ac

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
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Cache nuget packages
6969
if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022'
70-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
70+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
7171
env:
7272
cache-name: cache-nuget-modules
7373
with:

0 commit comments

Comments
 (0)