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 738c88c commit 9e4c80f
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 @@ -44,7 +44,7 @@ jobs:
- ruby:2.2
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: gem install bundler --version '< 2'
- run: bundle install && bundle install # fighting platform specific gems problem in older bundler
- run: |
Expand Down

0 comments on commit 9e4c80f

Please sign in to comment.