Skip to content

Commit 6f17dda

Browse files
authored
Update GitHub checkout action to v3 (#756)
1 parent f36a97b commit 6f17dda

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
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: ${{ matrix.ruby == 'head'}}
4949
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }}${{ matrix.gemfile != 'no_rails' && ', ' || '' }}${{ matrix.gemfile != 'no_rails' && matrix.gemfile || '' }})
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5252
- uses: ruby/setup-ruby@v1
5353
with:
5454
ruby-version: ${{ matrix.ruby }}
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: windows-2022
6868
name: Ruby ${{ matrix.ruby }} (windows-2022)
6969
steps:
70-
- uses: actions/checkout@v2
70+
- uses: actions/checkout@v3
7171
- uses: ruby/setup-ruby@v1
7272
with:
7373
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)