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 Nov 7, 2024
1 parent c30b283 commit ff590e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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-bullseye-slim',
]

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
2 changes: 1 addition & 1 deletion .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
check-artifacts:
name: Check artifacts

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

steps:
- name: List git config
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 ff590e4

Please sign in to comment.