Skip to content

Commit

Permalink
chore: update gha to ubunut 24 and dependabot (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
celinefb authored Nov 28, 2024
1 parent 502d123 commit bac5638
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
- ":octocat: github-actions"
- ":heavy_plus_sign: dependencies"
reviewers:
- instrumentl/code-reviewers
- instrumentl/libero
- package-ecosystem: "bundler"
directory: "/"
schedule:
Expand All @@ -26,4 +26,4 @@ updates:
- ":gem: ruby"
- ":heavy_plus_sign: dependencies"
reviewers:
- instrumentl/code-reviewers
- instrumentl/libero
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 30
permissions:
contents: read
Expand All @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 20
run: bundle exec rspec -f doc
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 20
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [published]
jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit bac5638

Please sign in to comment.