mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 15:56:15 +02:00
⬆️ chore(deps): update actions/checkout action to v5
This commit is contained in:
parent
7e12f9acf3
commit
9391573de4
3 changed files with 4 additions and 4 deletions
2
.github/workflows/upgrade-deps.yml
vendored
2
.github/workflows/upgrade-deps.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
dependency: ${{ github.event_name == 'schedule' && fromJson('["mermaid", "katex"]') || fromJson(format('["{0}"]', github.event.inputs.dependency)) }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue