Skip to content

Commit 6f2d8c8

Browse files
committed
Another place.
1 parent dd11b03 commit 6f2d8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rubyonrails.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: Checkout code
4242
uses: actions/checkout@v3
4343
- name: Install Ruby and gems
44-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
44+
uses: ruby/setup-ruby@v1
4545
with:
46-
ruby-version: 3.2.2
46+
ruby-version: 3.2.6
4747
bundler-cache: true
4848
- name: Lint Ruby files
4949
run: bundle exec standardrb

0 commit comments

Comments
 (0)