Skip to content

Commit 0631180

Browse files
committed
Use actions/checkout@v4
1 parent 29465d8 commit 0631180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
# fetch all commits to get last updated time or other git log info
2424
fetch-depth: 0

0 commit comments

Comments
 (0)