We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97aafb6 commit e86e686Copy full SHA for e86e686
.github/workflows/ci.yml
@@ -160,7 +160,7 @@ jobs:
160
architecture: 'x64'
161
- name: 'Cache Cargo artifacts'
162
if: matrix.mode == 'native'
163
- uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.2
+ uses: actions/cache@v4
164
with:
165
path: |
166
tensorboard/data/server/target/
@@ -279,7 +279,7 @@ jobs:
279
steps:
280
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
281
282
283
284
285
0 commit comments