ci: bump actions/checkout v2 -> v3

This commit is contained in:
Mizux Seiha
2022-09-12 17:02:45 +02:00
parent ae7e6b59e8
commit c3d48b8a0f
41 changed files with 52 additions and 52 deletions

View File

@@ -18,7 +18,7 @@ jobs:
GENERATOR: ${{ matrix.build[0] }}
BUILD_TYPE: ${{ matrix.build[1] }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Ninja
run: |
sudo apt-get update