Skip to content

Commit

Permalink
GitHub Actions: Use latest ruby/setup-ruby@v1 action
Browse files Browse the repository at this point in the history
THe old pinned version doesn't work anymore due to changes in the action
and the environment. It used set-env which is now deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
  • Loading branch information
bastelfreak committed May 17, 2021
1 parent 87ee8f1 commit 0176e79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/cache@v2
Expand Down

0 comments on commit 0176e79

Please sign in to comment.