[ci] Update workflows to 20.04 base image (#4271)

This commit is contained in:
Peter Johnson
2022-05-27 23:33:33 -07:00
committed by GitHub
parent 3e94805220
commit abc605c9c9
9 changed files with 30 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ jobs:
if: github.repository_owner == 'wpilibsuite' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
concurrency: ci-docs-publish
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false