Skip to content

Commit

Permalink
Merge pull request #500 from nitoclub/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ubuntu to v24
  • Loading branch information
tatsutakein authored Oct 4, 2024
2 parents 7672d4e + b7c646e commit d6ca5e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
changed:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
android: ${{ steps.changes.outputs.android }}
ios: ${{ steps.changes.outputs.ios }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- 'settings.gradle.kts'
check-android:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: changed
if: needs.changed.outputs.android == 'true'
steps:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
destination: ${{ matrix.destination }}

check-backend:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: changed
if: needs.changed.outputs.backend == 'true'
steps:
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
run: ./gradlew :app:backend:buildFatJar

status-check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- check-android
- check-ios
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
dependabot:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.actor == 'dependabot[bot]'
steps:
# https://github.com/marketplace/actions/create-github-app-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# https://github.com/marketplace/actions/label-manager-for-prs-and-issues-based-on-configurable-conditions
- name: Label manager for PRs and Issues based on configurable conditions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
labeler:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# https://github.com/marketplace/actions/checkout
- name: Checkout
Expand Down

0 comments on commit d6ca5e6

Please sign in to comment.