We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f28111 + e85e1e6 commit dbc9fe9Copy full SHA for dbc9fe9
.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@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
+ uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.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