summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 20:07:31 +0900
committerGitHub <noreply@github.com>2022-10-24 20:07:31 +0900
commit694be39c71b0bfed2b2453b6efe1c0e05c8e33c4 (patch)
treec727ef6a09bf2d997f5d41383933a212416581a7 /.github
parentdad26d81dfb7393388ec31b6a4b921c4d722a95a (diff)
Use ruby/setup-ruby v1 (#3012)
* Bump ruby/setup-ruby from 1.117.0 to 1.118.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.117.0 to 1.118.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/3068fa83f9cbd7ae106cac45483635a2f3a195c9...eae47962baca661befdfd24e4d6c34ade04858f7) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestions from code review Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--.github/workflows/macos.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 5f15de43..2ab076ca 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -25,7 +25,7 @@ jobs:
go-version: 1.19
- name: Setup Ruby
- uses: ruby/setup-ruby@3068fa83f9cbd7ae106cac45483635a2f3a195c9
+ uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 880e0d1b..ae14bb4c 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -25,7 +25,7 @@ jobs:
go-version: 1.18
- name: Setup Ruby
- uses: ruby/setup-ruby@3068fa83f9cbd7ae106cac45483635a2f3a195c9
+ uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0