Skip to content

Commit

Permalink
Merge pull request #1 from pshelby/hotfix/github-actions-ruby-version…
Browse files Browse the repository at this point in the history
…-update

Updating deprecated 'version' property to 'ruby-version' for setup-ruby action.
  • Loading branch information
pshelby authored Feb 3, 2020
2 parents 9d31c5c + faa93f6 commit 665336e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Ruby 2.5
uses: actions/setup-ruby@v1
with:
version: 2.5.x
ruby-version: 2.5.x
- name: Install Bundler
run: gem install bundler
- name: Which bundler?
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set up Ruby 2.5
uses: actions/setup-ruby@v1
with:
version: 2.5.x
ruby-version: 2.5.x
- name: Install Bundler
run: gem install bundler
- name: e2e
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up Ruby 2.5
uses: actions/setup-ruby@v1
with:
version: 2.5.x
ruby-version: 2.5.x
- name: Publish to RubyGems and DockerHub
run: bash ./scripts/publish.sh
env:
Expand All @@ -84,4 +84,4 @@ jobs:
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Content-Type: application/json" \
https://api.github.com/repos/stelligent/homebrew-tap/dispatches \
--data '{"event_type": "build_application"}'
--data '{"event_type": "build_application"}'

0 comments on commit 665336e

Please sign in to comment.