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

@@ -7,7 +7,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Fetch origin/main
run: git fetch origin main
- name: List of changed file(s)