Merge pull request 'chore(deps): update actions/checkout action to v6' (#5) from renovate/actions-checkout-6.x into main

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-01-09 03:51:42 +00:00
+4 -4
View File
@@ -42,7 +42,7 @@ jobs:
has_changes: ${{ steps.check.outputs.has_changes }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -255,7 +255,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -298,7 +298,7 @@ jobs:
inputs.tag_only != true
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -356,7 +356,7 @@ jobs:
inputs.tag_only == true
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0