Skip to content

Commit

Permalink
lets see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
soma committed Oct 15, 2024
1 parent 6aa3cd2 commit 41b23fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Ruby 2.6.4
- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.4
ruby-version: 3.3.5

- name: Install dependencies
run: |
Expand Down

0 comments on commit 41b23fc

Please # to comment.