Skip to content

Commit

Permalink
Merge pull request #47 from kmdkuk/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v22
  • Loading branch information
kmdkuk committed Nov 19, 2023
2 parents a02214f + 1aadca5 commit c1610a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build book
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make book
Expand All @@ -18,7 +18,7 @@ jobs:
retention-days: 1
publish:
name: Publish book on GitHub Pages
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mdbook_close_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
close:
name: Publish book on GitHub Pages
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Extract branch name
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mdbook_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
build:
name: Build book
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
branch: ${{ steps.extract_branch.outputs.branch }}
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
retention-days: 1
publish:
name: Publish book on GitHub Pages
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c1610a3

Please sign in to comment.