Skip to content

Commit 14297a7

Browse files
authored
Merge pull request #89 from rspec/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents d8f2203 + 66fe151 commit 14297a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
9999
env: ${{ matrix.env }}
100100
steps:
101-
- uses: actions/checkout@v2
101+
- uses: actions/checkout@v3
102102
- uses: ruby/setup-ruby@v1
103103
with:
104104
bundler: ${{ matrix.bundler || 2 }}
@@ -125,6 +125,6 @@ jobs:
125125
LEGACY_CI: true
126126
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
127127
steps:
128-
- uses: actions/checkout@v2
128+
- uses: actions/checkout@v3
129129
- run: script/legacy_setup.sh
130130
- run: script/test_all

0 commit comments

Comments
 (0)