Skip to content

Commit

Permalink
Merge pull request #16191 from Bo98/rubydoc-ruby
Browse files Browse the repository at this point in the history
workflows/docs: bump rubydoc test Ruby
  • Loading branch information
Bo98 authored Nov 7, 2023
2 parents ff404fe + 8a90d82 commit 8c7cd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
test-bot: false

- name: Checkout Homebrew/rubydoc.brew.sh
uses: actions/checkout@main
uses: actions/checkout@v4
with:
repository: Homebrew/rubydoc.brew.sh
path: rubydoc

- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.1"
bundler-cache: true

- name: Process rubydoc comments
Expand Down

0 comments on commit 8c7cd3c

Please sign in to comment.