Skip to content

Commit

Permalink
Update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent d6df186 commit 370e99d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 370e99d

Please sign in to comment.