Skip to content

Commit cec6166

Browse files
committed
Upgrade workflows to actions/checkout@v3
1 parent 790cb07 commit cec6166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
PGPASSWORD: smartvm
3232
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- name: Set up system
3636
run: bin/before_install
3737
- name: Set up Ruby

0 commit comments

Comments
 (0)