Skip to content

Commit

Permalink
Bump actions/setup-ruby from v1 to v1.1.1 (#131)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-ruby](https://github.com/actions/setup-ruby) from v1 to v1.1.1.
- [Release notes](https://github.com/actions/setup-ruby/releases)
- [Commits](actions/setup-ruby@v1...18c61ab)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2020
1 parent 99a54ac commit 2679ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
restore-keys: 2.7-gems-

- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: actions/setup-ruby@v1.1.1
with:
ruby-version: '2.7'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: ${{ matrix.ruby }}-gems-

- name: Set up Ruby ${{ matrix.ruby }}
uses: actions/setup-ruby@v1
uses: actions/setup-ruby@v1.1.1
with:
ruby-version: ${{ matrix.ruby }}

Expand Down

0 comments on commit 2679ffe

Please sign in to comment.