We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f495847 + da7cc3a commit ffac7bbCopy full SHA for ffac7bb
1 file changed
.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@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
+ uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.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