Skip to content

Commit 5231a16

Browse files
committed
Update actions/cache
1 parent d0752bf commit 5231a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-oobabooga.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: VS Integration Cache
118118
id: vs-integration-cache
119119
if: runner.os == 'Windows'
120-
uses: actions/cache@v3.3.2
120+
uses: actions/cache@v3.4.0
121121
with:
122122
path: ./MSBuildExtensions
123123
key: cuda-${{ matrix.cuda }}-vs-integration

.github/workflows/build-wheels-tensorcores.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: VS Integration Cache
118118
id: vs-integration-cache
119119
if: runner.os == 'Windows'
120-
uses: actions/cache@v3.3.2
120+
uses: actions/cache@v3.4.0
121121
with:
122122
path: ./MSBuildExtensions
123123
key: cuda-${{ matrix.cuda }}-vs-integration

0 commit comments

Comments
 (0)