Skip to content

Commit

Permalink
chore: update ruby version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 21, 2021
1 parent ac7a6d1 commit 4529156
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_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.4
ruby-version: 2.6.6

- name: Release image
run: script/release-workflow/run.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 2.6.6
- run: "bundle install"
- run: "bundle exec rake"

0 comments on commit 4529156

Please sign in to comment.