Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent faaa520 commit 2bd1934
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set Node.js 20.x
Expand All @@ -31,7 +31,7 @@ jobs:
test:
if: github.event.pull_request.merged == false
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_release_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
check_labels:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: smartlyio/check-versioning-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
secrets: inherit

release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: "Build and release action"
needs: [build]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
secrets: inherit

release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: "Build and release action"
needs: [build]
steps:
Expand Down

0 comments on commit 2bd1934

Please sign in to comment.