Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
Comment thread
vcsjones marked this conversation as resolved.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
ruby: [ '3.1', '3.2', '3.3', '3.4', '4.0' ]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9
with:
Comment thread
vcsjones marked this conversation as resolved.
ruby-version: ${{ matrix.ruby }}
- name: Build and test
Expand Down
Loading