Skip to content

Commit

Permalink
Updated GH actions ruby version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Mar 1, 2021
1 parent a8d8daa commit 61ae5ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
- uses: actions/cache@v2
with:
path: vendor/bundle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Install ruby
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7

# Retrieve gem cache for merge commit parent
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
- uses: actions/cache@v2
with:
path: vendor/bundle
Expand Down

0 comments on commit 61ae5ce

Please sign in to comment.