chore(deps): update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2026-04-21 21:54:00 +00:00
committed by GitHub
parent 321a0e8540
commit ffbfad206e
17 changed files with 31 additions and 31 deletions

View File

@@ -175,7 +175,7 @@ jobs:
# #
- name: '☑️ Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -385,7 +385,7 @@ jobs:
- name: >-
☑️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
if: |
( github.event_name == 'pull_request_target' ) || ( github.event_name == 'pull_request' ) || ( github.event_name == 'issue_comment' && contains( github.event.comment.html_url, '/pull/' ) && contains( github.event.comment.body, '/rescan' ) )
with: