diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-01-30 17:30:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-30 17:30:54 +0300 |
| commit | 47e205181d2b684ed8862bc11fd7cd887103d7f4 (patch) | |
| tree | 8a2b0dd1253d05da912436d8b0aad5a4097e7853 | |
| parent | 9707cfc0045c06414517fdd88b8019208415a462 (diff) | |
Revert to eregon/use-ruby-action@v1 in GH-Actions
It turns out this is a recommended way: https://github.com/actions/toolkit/blob/master/docs/action-versioning.md
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c05ef..7ac7c45 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.10.0 + uses: eregon/use-ruby-action@v1 with: ruby-version: 2.7 - name: Build @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Ruby - uses: eregon/use-ruby-action@v1.10.0 + uses: eregon/use-ruby-action@v1 with: ruby-version: ${{ matrix.ruby }} - name: Set up Asciidoctor |
