From bedadd7288c7726123ec8cee4a1042499a6ef9d5 Mon Sep 17 00:00:00 2001 From: "renovate-wenisch-tech[bot]" <289481034+renovate-wenisch-tech[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:06:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/_release.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 6b2f67d..b7f9a5b 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 ref: ${{ github.ref_name }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15b25b9..e45bc27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0