From f9a292ad6f1a06ecdd872c8a73a0a5283594c7c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:40:16 +0000 Subject: [PATCH 1/3] Update shalzz/zola-deploy-action action to v0.21.0 --- .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 b7d7e061e..d0fc90e4c 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -66,7 +66,7 @@ jobs: mdbook build - name: Run Zola - uses: shalzz/zola-deploy-action@v0.20.0 + uses: shalzz/zola-deploy-action@v0.21.0 env: BUILD_DIR: uutils.github.io BUILD_ONLY: true From e53580e634ca288e6c476dedf35d757f7f965176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:31:54 +0000 Subject: [PATCH 2/3] Update actions/checkout action to v5 --- .github/workflows/website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d0fc90e4c..5fcec2ff9 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -16,21 +16,21 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout uutils.github.io Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: uutils/uutils.github.io path: './uutils.github.io' fetch-depth: 0 - name: Checkout Coreutils Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: uutils/coreutils path: './coreutils' fetch-depth: 0 - name: Checkout Findutils Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: uutils/findutils path: './findutils' From f5bdfff4cda390b8211a7e93dfef4642c935dcbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:10:53 +0000 Subject: [PATCH 3/3] Update actions/upload-pages-artifact action to v4 --- .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 5fcec2ff9..caa8a0a71 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -83,7 +83,7 @@ jobs: path: ./public - name: Upload artifact for pages - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./public