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 4edd14e + 3295537 commit 6c4ccecCopy full SHA for 6c4ccec
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Checkout
28
uses: actions/checkout@v6
29
- name: Setup Ruby
30
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
+ uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.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