From f3bfce54446293b3063938d3075a45f9cee26dfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:01:44 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7.0.1 --- .github/workflows/prebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index f6a9ddd..1603332 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -29,7 +29,7 @@ jobs: # Checkout the repository - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Set Docker buildx up for container build - name: Set up Docker buildx