Skip to content

Commit

Permalink
Update gem-push to use ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare authored Dec 27, 2023
1 parent 4e030a1 commit 5c25d1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- uses: actions/checkout@latest
- name: Set up Ruby
uses: actions/setup-ruby@latest
with:
ruby-version: 2.6.x
ruby-version: 3.2.x

- name: Publish to GPR
continue-on-error: true
Expand Down

0 comments on commit 5c25d1e

Please sign in to comment.