Skip to content

Commit

Permalink
Merge pull request #221 from vil02/update_actions-checkout_to_v4
Browse files Browse the repository at this point in the history
chore: update `actions/checkout` to `v4`
  • Loading branch information
vzvu3k6k authored Jan 29, 2024
2 parents 6075b3a + 0a57740 commit cf7553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cf7553b

Please sign in to comment.