50
50
steps :
51
51
- name : Cache Python ASan
52
52
id : cache-python-asan
53
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
54
54
with :
55
55
path : ${{ env.PYENV_ROOT }}
56
56
key : ${{ runner.os }}-python-asan-${{ env.PYENV_REF }}-${{ env.PYTHON_VER }}-v${{ env.CACHE_ASAN_VER }}
@@ -101,15 +101,15 @@ jobs:
101
101
102
102
- name : Restore Python dependencies cache
103
103
id : cache-python-deps-restore
104
- uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
104
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
105
105
with :
106
106
path : ${{ env.PYENV_ROOT }}
107
107
key : ${{ runner.os }}-python-deps-${{ hashFiles('shortfin/requirements-tests.txt', 'requirements-iree-pinned.txt') }}-v${{ env.CACHE_DEPS_VER }}
108
108
109
109
- name : Restore Python ASan cache
110
110
id : cache-python-asan
111
111
if : steps.cache-python-deps-restore.outputs.cache-hit != 'true'
112
- uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
112
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
113
113
with :
114
114
path : ${{ env.PYENV_ROOT }}
115
115
key : ${{ runner.os }}-python-asan-${{ env.PYENV_REF }}-${{ env.PYTHON_VER }}-v${{ env.CACHE_ASAN_VER }}
@@ -130,7 +130,7 @@ jobs:
130
130
- name : Save Python dependencies cache
131
131
if : steps.cache-python-deps-restore.outputs.cache-hit != 'true'
132
132
id : cache-python-deps-save
133
- uses : actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
133
+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
134
134
with :
135
135
path : ${{ env.PYENV_ROOT }}
136
136
key : ${{ steps.cache-python-deps-restore.outputs.cache-primary-key }}
0 commit comments