We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfe6483 + f27109a commit 55aa2aaCopy full SHA for 55aa2aa
.github/workflows/jekyll-gitaction.yml
@@ -34,9 +34,9 @@ jobs:
34
- name: Checkout
35
uses: actions/checkout@v4
36
- name: Setup Ruby
37
- uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
+ uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
38
with:
39
- ruby-version: '3.3.4' # Not needed with a .ruby-version file
+ ruby-version: '3.3.6' # Not needed with a .ruby-version file
40
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
41
cache-version: 0 # Increment this number if you need to re-download cached gems
42
LOG_LEVEL: debug
0 commit comments