mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 21:20:52 +00:00
Bump actions/checkout from 2 to 3 (#6066)
This commit is contained in:
parent
9190f22eb4
commit
b8367247f5
7 changed files with 7 additions and 7 deletions
2
.github/workflows/cross-build.yml
vendored
2
.github/workflows/cross-build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install cross build tools
|
||||
run: apt update && apt install -y ninja-build cmake python3 g++-11-${{ matrix.arch }}-linux-gnu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue