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 7b507eb commit 5a6e427
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
main:
name: Cypress
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: プッシュされたブランチ名を取得する
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_labeler_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
pr-labeler:
name: PR Labeler
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# runs-on: self-hosted
steps:
# https://github.com/TimonVS/pr-labeler-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_drafter_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# runs-on: self-hosted
steps:
- uses: release-drafter/release-drafter@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: On self-hosted Runners
jobs:
main:
name: On self-hosted Runners
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# runs-on: self-hosted
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down

0 comments on commit 5a6e427

Please sign in to comment.