Skip to content

Commit

Permalink
chore(deps): bump ruby/setup-ruby from 1.70.1 to 1.71.0
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.70.1 to 1.71.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@v1.70.1...v1.71.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 19, 2021
1 parent 372ebf0 commit 2a385f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-site.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: "[INIT] Install Ruby ${{ matrix.ruby }}"
uses: ruby/setup-ruby@v1.70.1
uses: ruby/setup-ruby@v1.71.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-danger.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "[INIT] Checkout repository"
uses: actions/checkout@v2
- name: "[INIT] Install Ruby ${{ matrix.ruby }}"
uses: ruby/setup-ruby@v1.70.1
uses: ruby/setup-ruby@v1.71.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit 2a385f0

Please sign in to comment.