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.
actions/cache/{restore,save}
1 parent ab55608 commit 5e1d68eCopy full SHA for 5e1d68e
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
submodules: true
34
35
- name: Enable cache
36
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
37
with:
38
path: ${{ env.CACHE_DIR }}
39
key: build-test-cpp-asserts-manylinux-${{ matrix.torch-version }}-v2-${{ github.sha }}
@@ -65,7 +65,7 @@ jobs:
65
bash build_tools/ci/build_posix.sh
66
67
- name: Save cache
68
- uses: actions/cache/save@v4
+ uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
69
if: ${{ !cancelled() }}
70
71
0 commit comments