Skip to content

Commit cbcaf5b

Browse files
chore(deps): update actions/checkout action to v3 (#30)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e3a2a5 commit cbcaf5b

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
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout Code
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v3
1010
- name: Cache
1111
uses: actions/cache@v3
1212
with:

0 commit comments

Comments
 (0)