Skip to content

Commit 39297bc

Browse files
chore(renovate): major Update dependency ubuntu to v24
1 parent ca8f2e2 commit 39297bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
analyze:
1111
name: Analyze
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
actions: read
1515
contents: read

.github/workflows/lint-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
jobs:
2727
lint-codeowners:
2828
name: "Lint CODEOWNERS file"
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
timeout-minutes: 10
3131
steps:
3232
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

.github/workflows/lint-shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
shellcheck:
2121
name: lint-shell
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
timeout-minutes: 10
2424
steps:
2525
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

0 commit comments

Comments
 (0)