We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2b2f commit f2048f9Copy full SHA for f2048f9
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v4
27
- name: Setup Ruby
28
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
+ uses: ruby/setup-ruby@v1
29
with:
30
ruby-version: "3.3" # Not needed with a .ruby-version file
31
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments