diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-01-27 09:57:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-27 09:57:23 +0300 |
| commit | 061dd07fcb565d77f8eb46f288f9aa00b841c64f (patch) | |
| tree | a0648d1bf12742faba2582fcaceb27537eb3e6da /.github/workflows | |
| parent | 2c48ffdc732ec9267edb8797bab8c5be0622532c (diff) | |
use fixed release of eregon/use-ruby-action on GitHub Actions to avoid accidental build breakage (PR #273)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d9e56..a728a0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Ruby - uses: eregon/use-ruby-action@master + uses: eregon/use-ruby-action@v1.10.0 with: ruby-version: ${{ matrix.ruby }} - name: Set up Asciidoctor |
