Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 98d8419 commit 5b700f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 3
permissions:
contents: write # semantic-releaseがrepositoryへのpush権限を要求する
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- master
jobs:
ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
- master
jobs:
docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- run: ./script/docker-e2e.sh
kind:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- master
jobs:
golangci-lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:
aqua_version: v2.34.0
- run: golangci-lint run
hadolint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand All @@ -26,7 +26,7 @@ jobs:
aqua_version: v2.34.0
- run: hadolint Dockerfile
shellcheck:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5b700f0

Please sign in to comment.