Skip to content

Commit f2048f9

Browse files
authored
Adjust setup-ruby version (#178)
1 parent ccb2b2f commit f2048f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
- name: Setup Ruby
28-
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
28+
uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: "3.3" # Not needed with a .ruby-version file
3131
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)