Skip to content

Commit 06cd996

Browse files
committed
ci: Use actions/checkout v3
1 parent 1725c14 commit 06cd996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- debug
3232

3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
with:
3636
fetch-depth: 1
3737

@@ -87,7 +87,7 @@ jobs:
8787
runs-on: windows-latest
8888

8989
steps:
90-
- uses: actions/checkout@v2
90+
- uses: actions/checkout@v3
9191
with:
9292
fetch-depth: 1
9393

@@ -108,7 +108,7 @@ jobs:
108108
runs-on: macos-latest
109109

110110
steps:
111-
- uses: actions/checkout@v2
111+
- uses: actions/checkout@v3
112112
with:
113113
fetch-depth: 1
114114

0 commit comments

Comments
 (0)