1
0
Fork 0
mirror of synced 2024-06-16 17:35:15 +12:00

Update debian CI builds to use ubuntu 22.04 and actions/checkout@v3

This commit is contained in:
Nick Sweeting 2023-04-18 22:17:58 -07:00 committed by GitHub
parent 32fac5999e
commit a1e2fce405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
fetch-depth: 1 fetch-depth: 1