chore(CI): Update checkout and cache to v3 (#16847)

This commit is contained in:
Kitzunu
2023-07-29 16:31:07 +02:00
committed by GitHub
parent d341492081
commit 0ebb1969cb
12 changed files with 16 additions and 16 deletions

View File

@@ -25,9 +25,9 @@ jobs:
&& !github.event.pull_request.draft
&& (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/Library/Caches/ccache
key: ccache:${{ matrix.os }}:${{ github.ref }}:${{ github.sha }}