Skip to content

Commit 385ac6f

Browse files
authored
chore: update ci.yml actions/checkout to v3
1 parent 5256b51 commit 385ac6f

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
@@ -7,7 +7,7 @@ jobs:
77
os: [ubuntu-latest, windows-latest, macos-latest]
88
runs-on: ${{ matrix.os }}
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
with:
1212
fetch-depth: 0
1313
- name: Setup .NET 6

0 commit comments

Comments
 (0)