Skip to content

Commit 577ad6d

Browse files
committed
Update actions/checkout action to v4
1 parent 6b2533d commit 577ad6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generateDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

0 commit comments

Comments
 (0)