Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 3a66fe6 commit bbd4684
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build.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

0 comments on commit bbd4684

Please sign in to comment.