diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-02-09 23:22:38 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-02-09 23:22:38 +0300 |
| commit | 6c1d1eba973b05eb3d59af002ed242abd6b8daf3 (patch) | |
| tree | 9d7fb85a7a1344b975d399f34d9494a32f4345c8 /.github | |
| parent | ad30eb3afffb529ea3158a04ea6a9afd1dc71263 (diff) | |
rename eregon/use-ruby-action -> ruby/setup-ruby
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 |
