Skip to content

Commit

Permalink
Merge pull request #2306 from andrehjr/update-checkout-to-v4
Browse files Browse the repository at this point in the history
Update actions/checkout@v3 to actions/checkout@v4
  • Loading branch information
andrehjr committed Mar 29, 2024
2 parents 93cfc11 + ba9684a commit 2f8b257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
continue-on-error: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2f8b257

Please sign in to comment.