From 595863ac51550f0c0c3b012cb95dfb717a9133e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:31:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.4.0 --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0acd32e..10372c2 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -40,7 +40,7 @@ jobs: # vs where release - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.4.0 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2783cf5..712f8c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: # vs where release - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.4.0 with: fetch-depth: 0 lfs: true