Skip to content

Commit d334855

Browse files
committed
Update github actions/checkout from v2 to v4
https://github.com/actions/checkout/blob/main/CHANGELOG.md
1 parent a7e8848 commit d334855

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
@@ -13,7 +13,7 @@ jobs:
1313
cibuild:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: '2.7'

0 commit comments

Comments
 (0)