Skip to content

Commit d65ce39

Browse files
committed
CI: Fix cache deprecation warning
1 parent 5a5be75 commit d65ce39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Restore Compilation Cache
114114
id: ccache-cache
115-
uses: actions/cache@v2.1.7
115+
uses: actions/cache@v3
116116
with:
117117
path: ${{ github.workspace }}/.ccache
118118
key: macos-${{ matrix.arch }}-ccache-plugin-${{ steps.setup.outputs.ccacheDate }}
@@ -213,7 +213,7 @@ jobs:
213213
214214
- name: Restore Compilation Cache
215215
id: ccache-cache
216-
uses: actions/cache@v2.1.7
216+
uses: actions/cache@v3
217217
with:
218218
path: ${{ github.workspace }}/.ccache
219219
key: linux-${{ matrix.arch }}-ccache-plugin-${{ steps.setup.outputs.ccacheDate }}

0 commit comments

Comments
 (0)