Skip to content

Commit

Permalink
Update create release's ruby to the same action as test/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshafer committed Apr 6, 2023
1 parent dc22edf commit 6bd696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Setup ENV
Expand Down

0 comments on commit 6bd696d

Please sign in to comment.