Merge pull request #221 from vil02/update_actions-checkout_to_v4

chore: update `actions/checkout` to `v4`
This commit is contained in:
vzvu3k6k 2024-01-30 00:49:42 +09:00 committed by GitHub
commit cf7553b0dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'