Skip to content

Commit

Permalink
Synch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Dec 8, 2023
1 parent 0f88f60 commit 276df5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
- name: awesome_bot Checks
run: |
gem install awesome_bot
Expand Down

0 comments on commit 276df5d

Please sign in to comment.