mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Use actions/checkout v3
This commit is contained in:
parent
19f05e57ac
commit
4efdc79e30
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
os: [ 'ubuntu', 'macos' ]
|
os: [ 'ubuntu', 'macos' ]
|
||||||
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ]
|
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
|
Loading…
Reference in New Issue
Block a user