Skip to content

Commit

Permalink
update git action ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Apr 25, 2024
1 parent 27d22a6 commit 58b6313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
- name: Set up Ruby 3.1.4
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.6"
ruby-version: "3.1.4"

- name: Build
run: |
Expand Down

0 comments on commit 58b6313

Please sign in to comment.