Skip to content

Commit ca4762e

Browse files
committed
Lock rails-new-docker action to Ruby 3.3.1
The 3.3.2 base image doesn't exist yet.
1 parent 51b6023 commit ca4762e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rails-new-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Ruby 3.3
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: 3.3
23+
ruby-version: 3.3.1
2424
bundler-cache: true
2525
- name: Generate --dev app
2626
run: |

0 commit comments

Comments
 (0)