We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94db521 commit 7bfd641Copy full SHA for 7bfd641
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@v4
30
- name: Setup Ruby
31
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
+ uses: ruby/setup-ruby@v1
32
with:
33
ruby-version: '3.2.2' # Not needed with a .ruby-version file
34
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments