chore(deps): bump actions/cache from 3.3.2 to 4.0.2 (#1398)

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.2...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-27 20:50:39 -04:00 committed by GitHub
parent 17bdfc818f
commit 27038db3d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ jobs:
- name: VS Integration Cache - name: VS Integration Cache
id: vs-integration-cache id: vs-integration-cache
if: runner.os == 'Windows' if: runner.os == 'Windows'
uses: actions/cache@v3.3.2 uses: actions/cache@v4.0.2
with: with:
path: ./MSBuildExtensions path: ./MSBuildExtensions
key: cuda-${{ matrix.cuda }}-vs-integration key: cuda-${{ matrix.cuda }}-vs-integration