We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55425f2 commit eaa6070Copy full SHA for eaa6070
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
uses: actions/checkout@v2
9
10
- name: Setup Ruby
11
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
12
with:
13
ruby-version: 3.4.x
14
.github/workflows/publish.yml
@@ -10,9 +10,9 @@ jobs:
15
- ruby-version: 3.1.x
+ ruby-version: 3.4.x
16
17
- name: Install packages
18
run: sudo apt-get install libsqlite3-dev
0 commit comments