Skip to content

Commit 5cc6a7e

Browse files
authored
Merge pull request #32 from ruby/dependabot/github_actions/actions/checkout-3
2 parents 033e154 + f2e4532 commit 5cc6a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
exclude:
2929
- { os: windows , ruby: head }
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- uses: ruby/setup-ruby@v1
3333
with:
3434
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)