1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

chore(deps): update dependency ubuntu to v22 (#2447)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-23 11:38:15 +00:00
committed by GitHub
parent 74519f618d
commit 5123910071

View File

@ -14,7 +14,7 @@ jobs:
build:
env:
COVER: true
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out code
@ -51,7 +51,7 @@ jobs:
./.github/workflows/test.sh
docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out code