We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ead27a9 + f82cb7e commit b31a07cCopy full SHA for b31a07c
.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@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
+ uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.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