Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ubuntu to v24 #609

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
migration-create:
name: 'Do migration-create and create pull requests'

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: node:22-bookworm # git は slim には入っていないので通常版を使っている

services:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
'node:22-bookworm-slim', # Dockerfile で用いられるイメージ。
]

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: ${{ matrix.container }}

services:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
matrix:
pnp: [false]

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: node:18-bullseye-slim

services:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
check-format:
name: Check lint, prettier, and sort-package-json

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:

needs: [tests-with-docker, tests-without-docker]

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
docker-push:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-artifacts:
name: Check artifacts

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: List git config
Expand All @@ -36,7 +36,7 @@ jobs:

comment-git-tags:
name: Comment git tags
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
git-diff-main:
name: git diff remotes/origin/main

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: List git config
Expand All @@ -31,7 +31,7 @@ jobs:
fi

release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading