Skip to content

Commit

Permalink
chore(deps): update ruby/setup-ruby action to v1.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2021
1 parent fd68d64 commit 9a26eac
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.72.1
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.72.1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand Down Expand Up @@ -119,7 +119,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.72.1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 9a26eac

Please sign in to comment.