mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update debian CI builds to use ubuntu 22.04 and actions/checkout@v3
This commit is contained in:
parent
32fac5999e
commit
a1e2fce405
1 changed files with 2 additions and 2 deletions
4
.github/workflows/debian.yml
vendored
4
.github/workflows/debian.yml
vendored
|
@ -9,10 +9,10 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 1
|
||||
|
|
Loading…
Reference in a new issue