Skip to content

Commit ee21df6

Browse files
authored
Update ruby.yml
1 parent 46deeb8 commit ee21df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
ruby-version: ['2.6', '2.7', '3.0', '3.1.0', '3.4.4']
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Set up Ruby
3030
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
3131
# change this to (see https://github.com/ruby/setup-ruby#versioning):
3232
# uses: ruby/setup-ruby@v1
33-
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
33+
uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: ${{ matrix.ruby-version }}
3636
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)