Skip to content

Commit 142c8fd

Browse files
authored
CI: Use actions/checkout@v4
Avoids a deprecation warning.
1 parent f5f080d commit 142c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
faraday: [ '~> 0.17.3', '~> 1.0', '~> 2.0' ]
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)