Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Jul 6, 2024
1 parent 8da4c2f commit f1d6bbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.1
ruby-version: 3.3.3
- name: Cache gems
uses: actions/cache@v1
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.1
ruby-version: 3.3.3
- name: Cache gems
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.1
ruby-version: 3.3.3
- name: Set up Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit f1d6bbd

Please sign in to comment.