From 370e99d922a8b371bc54438ff515f3d4aefe4f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:28:03 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/master.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index cd67048d..1f70a118 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -62,7 +62,7 @@ jobs: docker image ls -a push: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: e2e steps: - name: Checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49e60464..d3f398de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: docker image ls -a push: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: e2e steps: - name: Checkout @@ -131,7 +131,7 @@ jobs: cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }} create-release: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: push steps: # To use this repository's private action, you must check out the repository