ci: bump actions/checkout v2 -> v3
This commit is contained in:
6
.github/workflows/cmake_linux_python.yml
vendored
6
.github/workflows/cmake_linux_python.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
ninja:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install python3 venv
|
||||
run: sudo apt-get install python3-venv
|
||||
- name: Install Ninja
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
ninja-multi:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install python3 venv
|
||||
run: sudo apt-get install python3-venv
|
||||
- name: Install Ninja
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
make:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install python3 venv
|
||||
run: sudo apt-get install python3-venv
|
||||
- name: Swig install
|
||||
|
||||
Reference in New Issue
Block a user