Skip to content

Commit c5c8b04

Browse files
committed
chore: update CI to Rails 8.1.1 and checkout@v5
1 parent 4c40dbc commit c5c8b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
- '3.4'
4848
rails:
4949
- '8.0'
50-
- '8.1.0.rc1'
50+
- '8.1.1'
5151

5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555

5656
- name: Setup Ruby
5757
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)