From 56ad40c32e9ae509dc8e240abd87f43d58101509 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:41:44 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/website.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b9e735d1d..c1f6424e8 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -16,35 +16,35 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout uutils.github.io Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: uutils/uutils.github.io path: './uutils.github.io' fetch-depth: 0 - name: Checkout Coreutils Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: uutils/coreutils path: './coreutils' fetch-depth: 0 - name: Checkout Coreutils L10n Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: uutils/coreutils-l10n path: './coreutils-l10n' fetch-depth: 0 - name: Checkout Findutils Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: uutils/findutils path: './findutils' fetch-depth: 0 - name: Checkout Grep Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: uutils/grep path: './grep'