Skip to content

Commit 45bbe2c

Browse files
authored
Merge pull request #1431 from publiccodenet/update-actions-checkout-4
Update github actions/checkout from v2 to v4
2 parents a7e8848 + d334855 commit 45bbe2c

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)