|
62 | 62 | - name: Pull ccache cache
|
63 | 63 | if: always()
|
64 | 64 | id: ccache-restore
|
65 |
| - uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 65 | + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
66 | 66 | with:
|
67 | 67 | path: /home/runner/.cache/ccache
|
68 | 68 | key: ccache-${{ env.BUILD_IDENTIFIER }}
|
@@ -102,7 +102,7 @@ jobs:
|
102 | 102 |
|
103 | 103 | - name: Push ccache cache
|
104 | 104 | if: always()
|
105 |
| - uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 105 | + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
106 | 106 | with:
|
107 | 107 | path: /home/runner/.cache/ccache
|
108 | 108 | key: ccache-${{ env.BUILD_IDENTIFIER }}
|
@@ -178,7 +178,7 @@ jobs:
|
178 | 178 | - name: Pull ccache cache
|
179 | 179 | if: always()
|
180 | 180 | id: ccache-restore
|
181 |
| - uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 181 | + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
182 | 182 | with:
|
183 | 183 | path: /Users/runner/Library/Caches/ccache
|
184 | 184 | key: ccache-${{ runner.os }}-${{ matrix.py-version }}
|
@@ -222,7 +222,7 @@ jobs:
|
222 | 222 |
|
223 | 223 | - name: Push ccache cache
|
224 | 224 | if: always()
|
225 |
| - uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 225 | + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
226 | 226 | with:
|
227 | 227 | path: /Users/runner/Library/Caches/ccache
|
228 | 228 | key: ccache-${{ runner.os }}-${{ matrix.py-version }}
|
|
0 commit comments