Skip to content

Commit 8267900

Browse files
committed
Update actions/cache version to v4 in continuous.yml
1 parent 84ba4ca commit 8267900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache Build
6262
id: cache-build
63-
uses: actions/cache@v4.0.2
63+
uses: actions/cache@v4
6464
with:
6565
path: ${{ env.CACHE_PATH }}
6666
key: ${{ runner.os }}-${{ matrix.config }}-cache
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Cache Build
147147
id: cache-build
148-
uses: actions/cache@v4.0.2
148+
uses: actions/cache@v4
149149
with:
150150
path: ${{ env.CACHE_PATH }}
151151
key: ${{ runner.os }}-${{ matrix.config }}-CUDA-cache

0 commit comments

Comments
 (0)