Skip to content

Commit

Permalink
chore(deps): ubuntu v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent ee3b5b3 commit a356c03
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
update-dockerhub:
name: Update Docker Hub
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run shell script
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
validate-renovate-config:
name: Validate renovate config
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand All @@ -14,7 +14,7 @@ jobs:
run: renovate-config-validator .github/renovate.json

shellcheck:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Shellcheck
steps:
- uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
shellcheck -x -f gcc -S warning sh/*.sh test/*.{sh,bash}
hadolint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Hadolint
steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:

actionlint:
name: Actionlint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install Actionlint
Expand All @@ -51,7 +51,7 @@ jobs:
actionlint -color
prettier:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Prettier
steps:
- uses: actions/checkout@v4
Expand All @@ -60,7 +60,7 @@ jobs:

shfmt:
name: Shfmt
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install shfmt
Expand All @@ -72,7 +72,7 @@ jobs:

typos:
name: Typos
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Check for typos
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
sanity_check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Prepare version
outputs:
tag: ${{ steps.extract.outputs.tag }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

release:
name: Build and push multi-platform
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- sanity_check
- test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test:
name: E2E Tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Assign version for usage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
todo:
name: Create Todo
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: TODO to Issue
Expand Down

0 comments on commit a356c03

Please sign in to comment.