chore(deps): update actions/checkout action to v7 #26

Merged
argoyle merged 1 commits from renovate/actions-checkout-7.x into main 2026-06-20 18:38:29 +00:00
+3 -3
View File
@@ -43,7 +43,7 @@ jobs:
if: github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
@@ -276,7 +276,7 @@ jobs:
inputs.tag_only != true
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
@@ -343,7 +343,7 @@ jobs:
inputs.tag_only == true
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0