Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent be5865c commit 4094a45
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:
jobs:
bump-version:
name: Bump Crate Version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: stellar/actions/rust-cache@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defaults:
jobs:
test:
name: Test Suite
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:

lints:
name: Lints
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request_target]

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
statuses: write
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
publish-cratesio:
name: Publish to crates.io
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: "publish-crates.io"
steps:
- name: Checkout repository
Expand All @@ -33,7 +33,7 @@ jobs:

publish-homebrew:
name: Publish to Homebrew
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: "publish-homebrew"
steps:
- name: Checkout homebrew-tools Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
create-release:
name: Create release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
upload_url: ${{ steps.release.outputs.upload_url }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
Expand Down

0 comments on commit 4094a45

Please sign in to comment.