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:
parent
17bdfc818f
commit
27038db3d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-wheels-cuda.yaml
vendored
2
.github/workflows/build-wheels-cuda.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue