Skip to content

Commit

Permalink
Switch to ruby/setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaludy committed Apr 30, 2021
1 parent 41fe1e5 commit 638c4cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
# note: actions/setup-ruby only allows using a major.minor release of ruby
# note: ruby/setup-ruby only allows using a major.minor release of ruby
- ruby: '2.5'
puppet: "6.0"
check: "check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby }}'
- name: Bundle prep
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fail-fast: false
matrix:
include:
# note: actions/setup-ruby only allows using a major.minor release of ruby
# note: ruby/setup-ruby only allows using a major.minor release of ruby
- ruby: '2.5'
puppet: "6.0"
env:
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby }}'
- name: Bundle prep
Expand Down

0 comments on commit 638c4cc

Please sign in to comment.