From 8c621824e1f9f5e3c38003f72f0bc5021690c0cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 14:05:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 058fc379b..1d007195d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Checkout Diffutils Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: uutils/diffutils path: './diffutils'