Skip to content

Commit e86e686

Browse files
authored
Updates GH actions/cache version to v4 (#6980)
Our nightly workflows started failing because the versions before 4.0.0 have been turned down. The new version is fully backwards compatible, according to the [documentation here](https://github.com/actions/toolkit/tree/main/packages/cache#%EF%B8%8F-important-changes), so it should just be a matter of updating the version.
1 parent 97aafb6 commit e86e686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
architecture: 'x64'
161161
- name: 'Cache Cargo artifacts'
162162
if: matrix.mode == 'native'
163-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.2
163+
uses: actions/cache@v4
164164
with:
165165
path: |
166166
tensorboard/data/server/target/
@@ -279,7 +279,7 @@ jobs:
279279
steps:
280280
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
281281
- name: 'Cache Cargo artifacts'
282-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.2
282+
uses: actions/cache@v4
283283
with:
284284
path: |
285285
tensorboard/data/server/target/

0 commit comments

Comments
 (0)