Skip to content

Commit e38591d

Browse files
mostlyobviousclaude
andcommitted
Modernize GitHub Actions workflow
Update to latest action versions and enable bundler caching for faster CI builds. Move Ruby version specification to .ruby-version file for consistency across development and CI environments. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8ba780b commit e38591d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-ruby@v1
15+
- uses: actions/checkout@v4
16+
- uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 2.6.x
18+
bundler-cache: true
1919
- name: Test
2020
run: |
2121
./bin/setup

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0.1

0 commit comments

Comments
 (0)