Skip to content

Commit

Permalink
Merge pull request #250 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 7, 2024
2 parents ba9c82a + 764803a commit 53fd79b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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-docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: changed
if: needs.changed.outputs.docs == '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-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
triage:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
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 }}
docs: ${{ steps.changes.outputs.docs }}
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 53fd79b

Please sign in to comment.