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 5ad8aa1 commit 4455a40
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,6 +41,6 @@ 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

0 comments on commit 4455a40

Please sign in to comment.