chore(deps): update actions/checkout action to v7
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
2026-06-20 18:12:09 +00:00
parent 8f0e3978b9
commit 863f806368
+3 -3
View File
@@ -43,7 +43,7 @@ jobs:
if: github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch if: github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -276,7 +276,7 @@ jobs:
inputs.tag_only != true inputs.tag_only != true
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -343,7 +343,7 @@ jobs:
inputs.tag_only == true inputs.tag_only == true
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0