Skip to content

Commit 695ad50

Browse files
sloshyactions-user
authored andcommitted
Update files from .github to v0.8.12 [skip ci]
1 parent 768373f commit 695ad50

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
- name: Setup Scala
3232
uses: olafurpg/setup-scala@v10
3333
- name: Setup Ruby
34-
uses: actions/setup-ruby@v1
34+
uses: ruby/setup-ruby@v1
35+
with:
36+
ruby-version: 2.7.2
3537
- name: Setup yq
3638
run: sudo snap install yq
3739
- name: Run pre-conditions

.github/workflows/docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: Setup Scala
2626
uses: olafurpg/setup-scala@v10
2727
- name: Setup Ruby
28-
uses: actions/setup-ruby@v1
28+
uses: ruby/setup-ruby@v1
29+
with:
30+
ruby-version: 2.7.2
2931
- name: Setup github-changelog-generator
3032
run: gem install github_changelog_generator -v 1.15.0
3133
- name: Setup yq

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Setup Scala
2525
uses: olafurpg/setup-scala@v10
2626
- name: Setup Ruby
27-
uses: actions/setup-ruby@v1
27+
uses: ruby/setup-ruby@v1
28+
with:
29+
ruby-version: 2.7.2
2830
- name: Setup GPG
2931
uses: olafurpg/setup-gpg@v3
3032
- name: Setup yq

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.2

0 commit comments

Comments
 (0)