Skip to content

Commit 44fedc4

Browse files
committed
Fix deprecation warning in GitHub Actions
1 parent ae8afb4 commit 44fedc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- id: mongodb
2323
name: Start MongoDB
2424
uses: mongodb-labs/drivers-evergreen-tools@master
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)