mirror of
https://github.com/welpo/tabi.git
synced 2025-11-22 09:40:25 +01:00
⬆️ chore(deps): update actions/checkout action to v6
This commit is contained in:
parent
393c5a8cb9
commit
1fe0292a38
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@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue