Browse Source
Merge pull request #86 from sparanoid/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
pull/93/head
sparanoid
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Set up Ruby ${{ matrix.ruby-version }} |
|
|
|
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, |
|
|
|