Skip to content

Commit

Permalink
chore: update ruby/setup-ruby action to v1.207.0 (#2071)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent aef3914 commit 9fffedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Setup ruby
uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
with:
ruby-version: ${{ env.RUBY_VERSION }}
- name: Install asciidoctor
Expand Down Expand Up @@ -709,7 +709,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Setup ruby
uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
with:
ruby-version: ${{ env.RUBY_VERSION }}
- name: Install asciidoctor
Expand Down

0 comments on commit 9fffedb

Please sign in to comment.