Skip to content

Commit 34e252d

Browse files
authored
Merge pull request #829 from bdunne/actions_checkout_v3
2 parents 8c32801 + d59cc43 commit 34e252d

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
@@ -30,7 +30,7 @@ jobs:
3030
PGPASSWORD: smartvm
3131
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
- name: Set up system
3535
run: bin/before_install
3636
- name: Set up Ruby

0 commit comments

Comments
 (0)