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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 16 additions and 16 deletions

View file

@ -11,6 +11,6 @@ jobs:
runs-on: ${{ matrix.os }}
name: check codestyle
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Check core codestyle
run: source ./apps/ci/ci-codestyle.sh