summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-01-27 09:57:23 +0300
committerGitHub <noreply@github.com>2020-01-27 09:57:23 +0300
commit061dd07fcb565d77f8eb46f288f9aa00b841c64f (patch)
treea0648d1bf12742faba2582fcaceb27537eb3e6da /.github
parent2c48ffdc732ec9267edb8797bab8c5be0622532c (diff)
use fixed release of eregon/use-ruby-action on GitHub Actions to avoid accidental build breakage (PR #273)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
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