ci: bump action/checkout to v4

This commit is contained in:
Mizux Seiha
2023-10-10 14:02:04 +02:00
committed by Corentin Le Molgat
parent 090d2d5d7b
commit dd584bd1d2
29 changed files with 40 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ jobs:
ninja:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- 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@v3
- uses: actions/checkout@v4
- 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@v3
- uses: actions/checkout@v4
- name: Install python3 venv
run: sudo apt-get install python3-venv
- name: Swig install