diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-01-29 23:30:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 23:30:28 +0300 |
| commit | 05ec0c61749f9af351906aac1b785ee88c6ab282 (patch) | |
| tree | d9f656383c1fcaa4076bf102d42231713ad1139a /.github | |
| parent | ccd90e592747a779e11864c21fd1750f9a3ea582 (diff) | |
Use fixed release of eregon/use-ruby-action (take 2)
Diffstat (limited to '.github')
| -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 a728a0b..65c05ef 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@master + uses: eregon/use-ruby-action@v1.10.0 with: ruby-version: 2.7 - name: Build |
