Skip to content

Commit f1d6bbd

Browse files
committed
fix ci
1 parent 8da4c2f commit f1d6bbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Ruby
1212
uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: 3.3.1
14+
ruby-version: 3.3.3
1515
- name: Cache gems
1616
uses: actions/cache@v1
1717
with:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: 3.3.1
38+
ruby-version: 3.3.3
3939
- name: Cache gems
4040
uses: actions/cache@v1
4141
with:
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install Ruby
101101
uses: ruby/setup-ruby@v1
102102
with:
103-
ruby-version: 3.3.1
103+
ruby-version: 3.3.3
104104
- name: Set up Node
105105
uses: actions/setup-node@v1
106106
with:

0 commit comments

Comments
 (0)