Skip to content

Commit 5b58ae7

Browse files
committed
Update actions/checkout action to v5
1 parent be69f39 commit 5b58ae7

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@v4
24+
- uses: actions/checkout@v5
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)