Skip to content

Commit ee89a1a

Browse files
committed
update CI workflow
1 parent f2816d3 commit ee89a1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616
- name: Set up Ruby
17-
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
17+
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: '3.1'
19+
ruby-version: '3.4'
2020
bundler-cache: true
2121
- name: Install dependencies
2222
run: bundle install

0 commit comments

Comments
 (0)