From 365950545179f1c2d7a115d4e99cf100e7269578 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:37:50 +0900 Subject: [PATCH] bump ubuntu-20.04 to ubuntu-22.04 --- .github/workflows/ci.yml | 2 +- .github/workflows/hadolint.yml | 2 +- .github/workflows/merger.yml | 2 +- README.md | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d583cf..a29e261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ permissions: jobs: setup-docker: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: ./setup-docker diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index f36008e..ea509fc 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -5,7 +5,7 @@ on: jobs: lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: image: 'hadolint/hadolint:v2.10.0-alpine' permissions: diff --git a/.github/workflows/merger.yml b/.github/workflows/merger.yml index 0e14d5f..e9c2371 100644 --- a/.github/workflows/merger.yml +++ b/.github/workflows/merger.yml @@ -11,7 +11,7 @@ jobs: (github.event.issue.pull_request) && (github.event.comment.author_association == 'OWNER') && (github.event.comment.body == '/merge') - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 1 permissions: contents: write diff --git a/README.md b/README.md index ab36530..368d6c2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: peaceiris/workflows/setup-docker@v0.14.0 @@ -45,7 +45,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: peaceiris/workflows/setup-docker@v0.14.0 @@ -78,7 +78,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -111,7 +111,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -144,7 +144,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -176,7 +176,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3