Skip to content

Commit

Permalink
github-workflows: revert actions/checkout to v3 for legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jan 28, 2024
1 parent ab8c2da commit 4603ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- ruby:2.2
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: bundle install
- run: bundle exec rspec --format documentation
windows:
Expand Down

0 comments on commit 4603ddb

Please sign in to comment.