Browse Source
Merge pull request #69 from sparanoid/dependabot/github_actions/actions/checkout-3
pull/71/head
sparanoid
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/test.yml
|
|
@ -29,7 +29,7 @@ jobs: |
|
|
|
ruby-version: [3.0.0] |
|
|
|
node-version: [16] |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
|
|
- name: Set up Ruby ${{ matrix.ruby-version }} |
|
|
|
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, |
|
|
|