Skip to content

Commit b917195

Browse files
Update actions/checkout action to v3
1 parent 93ce66b commit b917195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

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

88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v1
1111
with:
1212
node-version: "18.12.1"

0 commit comments

Comments
 (0)