File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
71
71
- name : Cache
72
72
id : cache
73
- uses : actions/cache@v3.2.4
73
+ uses : actions/cache@v3.2.6
74
74
with :
75
75
path : ~/.ccache
76
76
key : docker-build-${{ matrix.branch }}-${{ github.sha }}
Original file line number Diff line number Diff line change 59
59
# Qt caching
60
60
- name : Cache Qt
61
61
id : cache-qt
62
- uses : actions/cache@v3.2.4
62
+ uses : actions/cache@v3.2.6
63
63
with :
64
64
path : ${{ env.DEPS_CACHE_DIR }}/Qt/${{ env.QT_VERSION }}
65
65
key : mac-qt-${{ env.QT_VERSION }}
82
82
# QGIS-deps caching
83
83
- name : Cache qgis-deps
84
84
id : cache-deps
85
- uses : actions/cache@v3.2.4
85
+ uses : actions/cache@v3.2.6
86
86
with :
87
87
path : ${{ env.DEPS_CACHE_DIR }}/QGIS/qgis-deps-${{ env.QGIS_DEPS_VERSION }}.${{ env.QGIS_DEPS_PATCH_VERSION }}
88
88
key : mac-qgis-deps-${{ env.QGIS_DEPS_VERSION }}.${{ env.QGIS_DEPS_PATCH_VERSION }}
You can’t perform that action at this time.
0 commit comments