From 1f7403d74a262979b510c1162dd1e4cd67aefe71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:40:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/host_release.yml | 2 +- semantic-release/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/host_release.yml b/.github/workflows/host_release.yml index 2ebd081..3163ccf 100644 --- a/.github/workflows/host_release.yml +++ b/.github/workflows/host_release.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/semantic-release/action.yml b/semantic-release/action.yml index d19c1d5..0f24684 100644 --- a/semantic-release/action.yml +++ b/semantic-release/action.yml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Fetch all history and tags for calculating next semantic version fetch-depth: 0