Skip to content

Commit

Permalink
Merge pull request #642 from smartlyio/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v24
  • Loading branch information
peterjenkins1 authored Oct 10, 2024
2 parents f4b22c2 + 0887870 commit 1b53f16
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 @@ -4,7 +4,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -28,7 +28,7 @@ jobs:
npm run package
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
services:
httpbin:
image: kennethreitz/httpbin
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/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
secrets: inherit

release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build and release action (dry-run)
needs: [build]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 1b53f16

Please sign in to comment.