Update setup-ruby
This commit is contained in:
parent
8ad924ed80
commit
44d7fc71bf
3 changed files with 5 additions and 5 deletions
6
.github/workflows/js.yml
vendored
6
.github/workflows/js.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
${{ matrix.os }}-yarn-${{ matrix.node }}-
|
||||
${{ matrix.os }}-yarn-
|
||||
- run: yarn install --frozen-lockfile
|
||||
- uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ env.ruby }}
|
||||
- uses: actions/cache@v2
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
|||
${{ matrix.os }}-yarn-${{ matrix.node }}-
|
||||
${{ matrix.os }}-yarn-
|
||||
- run: yarn install --frozen-lockfile
|
||||
- uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ env.ruby }}
|
||||
- uses: actions/cache@v2
|
||||
|
@ -118,7 +118,7 @@ jobs:
|
|||
${{ matrix.os }}-yarn-${{ matrix.node }}-
|
||||
${{ matrix.os }}-yarn-
|
||||
- run: yarn install --frozen-lockfile
|
||||
- uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ env.ruby }}
|
||||
- uses: actions/cache@v2
|
||||
|
|
2
.github/workflows/notice_ruby.yml
vendored
2
.github/workflows/notice_ruby.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ${{ env.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ env.ruby }}
|
||||
- uses: actions/cache@v2
|
||||
|
|
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
${{ matrix.os }}-yarn-${{ matrix.node }}-
|
||||
- run: yarn install --frozen-lockfile
|
||||
if: steps.node-cache.outputs.cache-hit != 'true'
|
||||
- uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
- uses: actions/cache@v2
|
||||
|
|
Loading…
Reference in a new issue