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.
2 parents 99e057f + 6e21664 commit 68909f1Copy full SHA for 68909f1
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Checkout
28
uses: actions/checkout@v5
29
- name: Setup Ruby
30
- uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
+ uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
31
with:
32
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
33
cache-version: 0 # Increment this number if you need to re-download cached gems
0 commit comments