mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
CI: Also update the main workflow to use actions/checkout version 3
This commit is contained in:
parent
0252d7291c
commit
e1ac9c83b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
arch: 'x86_64'
|
arch: 'x86_64'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
# Set default Python to python 3.x, and set Python path such that pip install works properly
|
# Set default Python to python 3.x, and set Python path such that pip install works properly
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue