mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Bump actions/checkout from 2 to 3 (#163)
This commit is contained in:
parent
eb3b2e0d2e
commit
d2ff737ab6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- ruby: "truffleruby"
|
||||
experimental: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{matrix.ruby}}
|
||||
|
|
Loading…
Reference in a new issue