Skip to content

Commit 55aa2aa

Browse files
Merge pull request #504 from RalphHightower/RalphHightower-patch-14
[improve](build): jekyll-gitaction.yml(extended description)
2 parents cfe6483 + f27109a commit 55aa2aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gitaction.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
37+
uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
3838
with:
39-
ruby-version: '3.3.4' # Not needed with a .ruby-version file
39+
ruby-version: '3.3.6' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4141
cache-version: 0 # Increment this number if you need to re-download cached gems
4242
LOG_LEVEL: debug

0 commit comments

Comments
 (0)