Skip to content

Commit

Permalink
chore(deps): update ruby/setup-ruby action to v1.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2022
1 parent a355e8d commit 67f517c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn install
# set up Ruby
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1.40.0
uses: ruby/setup-ruby@v1.120.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: yarn install
# set up Ruby
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1.40.0
uses: ruby/setup-ruby@v1.120.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
run: yarn install
# set up Ruby
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1.40.0
uses: ruby/setup-ruby@v1.120.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 67f517c

Please sign in to comment.