Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent ac3569a commit 1e2690a
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
tatsutakeinjp-bot:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.actor == 'tatsutakeinjp-bot[bot]'
steps:
# https://github.com/marketplace/actions/create-github-app-token
Expand Down
4 changes: 2 additions & 2 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

status-check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- check-actions
permissions: { }
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
4 changes: 2 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
create-pr:
if: ${{ github.event_name != 'pull_request' && !contains(github.event.head_commit.message, 'workflows/release') }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15

steps:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
create-release:
if: ${{ github.event.pull_request.merged == true }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15

steps:
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

0 comments on commit 1e2690a

Please sign in to comment.