Skip to content

Commit

Permalink
Merge pull request #307 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 8eb481a + 5f81836 commit fc88b5e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-author-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
assignAuthor:
name: Assign author to PR
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# https://github.com/marketplace/actions/assign-author
- name: Assign Author
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: ./.github/workflows/wc-changed.yml

check-actions:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: changed
if: needs.changed.outputs.actions == 'true'
timeout-minutes: 10
Expand All @@ -33,7 +33,7 @@ jobs:
reporter: github-pr-review

check-website:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: changed
if: needs.changed.outputs.website == 'true'
timeout-minutes: 10
Expand All @@ -54,7 +54,7 @@ jobs:
run: bun run build

status-check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- check-actions
- check-website
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:
- name: Label manager for PRs and Issues based on configurable conditions
uses: srvaroa/labeler@bfe288801b8091b6a70e67f3ce7c9e87c88921cf # v1.11.0
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
2 changes: 1 addition & 1 deletion .github/workflows/opened-issues-backlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# https://github.com/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
changed:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
actions: ${{ steps.changes.outputs.actions }}
website: ${{ steps.changes.outputs.website }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-deploy-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:

jobs:
deploy-cloudflare-pages:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# https://github.com/marketplace/actions/checkout
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:
jobs:
release:
name: Create new release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
release-created: ${{ steps.release.outputs.release_created }}
major-tag: ${{ steps.release.outputs.major }}
Expand Down

0 comments on commit fc88b5e

Please sign in to comment.