Merge pull request #172 from readur/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
This commit is contained in:
commit
0c27e51fca
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for git info and mkdocs-git-revision-date plugin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue