chore(deps): update actions/checkout action to v7 #26
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user