From 0a8f2a2253201e26b3a44d73fc083caac8924c38 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:05:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v7 | --- .github/workflows/builds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yaml b/.github/workflows/builds.yaml index ee6dadd..5ffa4b1 100644 --- a/.github/workflows/builds.yaml +++ b/.github/workflows/builds.yaml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0