ci: bump actions/checkout v2 -> v3
This commit is contained in:
2
.github/workflows/cmake_linux_cpp.yml
vendored
2
.github/workflows/cmake_linux_cpp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user