Update github actions

Many of these updates should also speed up some steps
This commit is contained in:
Juliusz Sosinowicz
2024-02-02 20:14:28 +01:00
parent f9bf96d9ba
commit 31bfac43ea
18 changed files with 51 additions and 51 deletions

View File

@@ -35,7 +35,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y crossbuild-essential-${{ matrix.ARCH }} qemu-user
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
env:
CC: ${{ matrix.CC }}