Skip to content

Commit 8b4d93a

Browse files
sloshyactions-user
authored andcommitted
Update files from .github to v0.8.16 [skip ci]
1 parent 673398b commit 8b4d93a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Ruby
3434
uses: ruby/setup-ruby@v1
3535
with:
36-
ruby-version: 2.7.2
36+
ruby-version: .ruby-version
3737
- name: Setup yq
3838
run: sudo snap install yq
3939
- name: Run pre-conditions

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Ruby
2828
uses: ruby/setup-ruby@v1
2929
with:
30-
ruby-version: 2.7.2
30+
ruby-version: .ruby-version
3131
- name: Setup github-changelog-generator
3232
run: gem install github_changelog_generator -v 1.15.0
3333
- name: Setup yq

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: 2.7.2
29+
ruby-version: .ruby-version
3030
- name: Setup GPG
3131
uses: olafurpg/setup-gpg@v3
3232
- name: Setup yq

0 commit comments

Comments
 (0)