summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-02-09 23:22:38 +0300
committerMarat Radchenko <marat@slonopotamus.org>2020-02-09 23:22:38 +0300
commit6c1d1eba973b05eb3d59af002ed242abd6b8daf3 (patch)
tree9d7fb85a7a1344b975d399f34d9494a32f4345c8 /.github
parentad30eb3afffb529ea3158a04ea6a9afd1dc71263 (diff)
rename eregon/use-ruby-action -> ruby/setup-ruby
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7ac7c45..6640cdd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Ruby
- uses: eregon/use-ruby-action@v1
+ uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Build
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 10f4663..7f90862 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
- uses: eregon/use-ruby-action@v1
+ uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Publish to RubyGems.org