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.
1 parent 5a5be75 commit d65ce39Copy full SHA for d65ce39
.github/workflows/main.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Restore Compilation Cache
114
id: ccache-cache
115
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
116
with:
117
path: ${{ github.workspace }}/.ccache
118
key: macos-${{ matrix.arch }}-ccache-plugin-${{ steps.setup.outputs.ccacheDate }}
@@ -213,7 +213,7 @@ jobs:
213
214
215
216
217
218
219
key: linux-${{ matrix.arch }}-ccache-plugin-${{ steps.setup.outputs.ccacheDate }}
0 commit comments