|
62 | 62 | - name: Pull ccache cache
|
63 | 63 | if: always()
|
64 | 64 | id: ccache-restore
|
65 |
| - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 65 | + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
66 | 66 | with:
|
67 | 67 | path: /home/runner/.cache/ccache
|
68 | 68 | key: ccache-${{ env.BUILD_IDENTIFIER }}
|
@@ -103,7 +103,7 @@ jobs:
|
103 | 103 |
|
104 | 104 | - name: Push ccache cache
|
105 | 105 | if: always()
|
106 |
| - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 106 | + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
107 | 107 | with:
|
108 | 108 | path: /home/runner/.cache/ccache
|
109 | 109 | key: ccache-${{ env.BUILD_IDENTIFIER }}
|
@@ -179,7 +179,7 @@ jobs:
|
179 | 179 | - name: Pull ccache cache
|
180 | 180 | if: always()
|
181 | 181 | id: ccache-restore
|
182 |
| - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 182 | + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
183 | 183 | with:
|
184 | 184 | path: /Users/runner/Library/Caches/ccache
|
185 | 185 | key: ccache-${{ runner.os }}-${{ matrix.py-version }}
|
@@ -225,7 +225,7 @@ jobs:
|
225 | 225 |
|
226 | 226 | - name: Push ccache cache
|
227 | 227 | if: always()
|
228 |
| - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 228 | + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
229 | 229 | with:
|
230 | 230 | path: /Users/runner/Library/Caches/ccache
|
231 | 231 | key: ccache-${{ runner.os }}-${{ matrix.py-version }}
|
|
0 commit comments