Skip to content

Commit

Permalink
chore: bump actions/setup-ruby from 1 to 1.1.3 (#120)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-ruby](https://github.com/actions/setup-ruby) from 1 to 1.1.3.
- [Release notes](https://github.com/actions/setup-ruby/releases)
- [Commits](actions/setup-ruby@v1...v1.1.3)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tianhao Zhou <[email protected]>
  • Loading branch information
dependabot[bot] and tianhaoz95 authored May 17, 2021
1 parent aea38c0 commit 8f59069
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 @@ -12,7 +12,7 @@ jobs:
- name: checkout code
uses: actions/[email protected]
- name: setup ruby environment
uses: actions/setup-ruby@v1
uses: actions/setup-ruby@v1.1.3
with:
ruby-version: "2.6"
- name: setup release credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: checkout code
uses: actions/[email protected]
- name: setup ruby environment
uses: actions/setup-ruby@v1
uses: actions/setup-ruby@v1.1.3
with:
ruby-version: "2.7"
- name: install dependencies
Expand Down

0 comments on commit 8f59069

Please sign in to comment.