Skip to content

Commit eaa6070

Browse files
committed
Update github action
1 parent 55425f2 commit eaa6070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@v2
99

1010
- name: Setup Ruby
11-
uses: actions/setup-ruby@v1
11+
uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: 3.4.x
1414

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
uses: actions/checkout@v2
1111

1212
- name: Setup Ruby
13-
uses: actions/setup-ruby@v1
13+
uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: 3.1.x
15+
ruby-version: 3.4.x
1616

1717
- name: Install packages
1818
run: sudo apt-get install libsqlite3-dev

0 commit comments

Comments
 (0)