Skip to content

Commit f83f0c6

Browse files
committed
build: 将 ruby/setup-ruby 替换为 actions/setup-ruby
1 parent 5339321 commit f83f0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- name: Npm build
4141
run: npm install && npm run build-prod
4242
- name: Setup Ruby
43-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
43+
uses: actions/setup-ruby@v1
4444
with:
45-
# ruby-version: '3.2.2' # Not needed with a .ruby-version file
45+
#ruby-version: '3.2.2' # Not needed with a .ruby-version file
4646
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4747
cache-version: 0 # Increment this number if you need to re-download cached gems
4848
- name: Setup Pages

0 commit comments

Comments
 (0)