From 4366c5622111d0ec5bd834483c2d0a895a89d252 Mon Sep 17 00:00:00 2001 From: Coveo Renovate Bot Date: Tue, 2 Apr 2024 03:30:40 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-hugo digest to 1b06a03 --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c271f0..9653f11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Hugo if: github.ref == 'refs/heads/master' - uses: peaceiris/actions-hugo@c03b5dbed22245418539b65eb9a3b1d5fdd9a0a6 + uses: peaceiris/actions-hugo@1b06a03d2187c950c5a441dc45c80a01868eca5b with: hugo-version: "0.82.0" extended: true diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 448806e..0d7c7bc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: - run: make test-all - name: Setup Hugo - uses: peaceiris/actions-hugo@c03b5dbed22245418539b65eb9a3b1d5fdd9a0a6 + uses: peaceiris/actions-hugo@1b06a03d2187c950c5a441dc45c80a01868eca5b with: hugo-version: "0.82.0" extended: true