Skip to content

Commit

Permalink
Merge pull request #89 from rspec/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
JonRowe committed Jan 7, 2023
2 parents d8f2203 + 66fe151 commit 14297a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
env: ${{ matrix.env }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler: ${{ matrix.bundler || 2 }}
Expand All @@ -125,6 +125,6 @@ jobs:
LEGACY_CI: true
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: script/legacy_setup.sh
- run: script/test_all

0 comments on commit 14297a7

Please sign in to comment.