Skip to content

Commit 5c3e540

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 39931de commit 5c3e540

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: peaceiris/workflows/.github/workflows/hadolint.yml@v0.21.2
1919

2020
pipenv:
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222
steps:
2323
- uses: actions/checkout@v4
2424

@@ -38,7 +38,7 @@ jobs:
3838
- run: pipenv run mkdocs build --config-file ./mkdocs-sample.yml
3939

4040
netlify:
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-24.04
4242
steps:
4343
- uses: actions/checkout@v4
4444

@@ -69,7 +69,7 @@ jobs:
6969
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
7070

7171
docker:
72-
runs-on: ubuntu-22.04
72+
runs-on: ubuntu-24.04
7373
env:
7474
DOCKER_BASE_NAME: ghcr.io/peaceiris/mkdocs-material
7575
steps:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
dependency-review:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/dependency-review-action@v4

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
main:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
timeout-minutes: 5
2020
permissions:
2121
contents: write

0 commit comments

Comments
 (0)