Skip to content

Commit 37bd30d

Browse files
authored
Merge pull request #829 from bdunne/actions_checkout_v3
Upgrade workflows to actions/checkout@v3
2 parents 790cb07 + cec6166 commit 37bd30d

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)