From c9183b08a9475efd6e47c31990ef1b3c7044d788 Mon Sep 17 00:00:00 2001 From: chavlin Date: Thu, 23 Jul 2026 09:43:51 -0500 Subject: [PATCH 1/3] update hugo actions to v3 --- .github/workflows/hugo-build.yml | 2 +- .github/workflows/weekly-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo-build.yml b/.github/workflows/hugo-build.yml index 2d51f4c..9329af1 100644 --- a/.github/workflows/hugo-build.yml +++ b/.github/workflows/hugo-build.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.119.0' extended: true diff --git a/.github/workflows/weekly-build.yml b/.github/workflows/weekly-build.yml index 4cfbde1..a4fef54 100644 --- a/.github/workflows/weekly-build.yml +++ b/.github/workflows/weekly-build.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.119.0' extended: true From 07d623cc3cdcf65565a8573dc915ec9b176fdb65 Mon Sep 17 00:00:00 2001 From: chavlin Date: Thu, 23 Jul 2026 09:56:15 -0500 Subject: [PATCH 2/3] bump other actions too --- .github/workflows/hugo-build.yml | 4 ++-- .github/workflows/weekly-build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo-build.yml b/.github/workflows/hugo-build.yml index 9329af1..f5dcffd 100644 --- a/.github/workflows/hugo-build.yml +++ b/.github/workflows/hugo-build.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod @@ -25,7 +25,7 @@ jobs: run: hugo --minify - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/weekly-build.yml b/.github/workflows/weekly-build.yml index a4fef54..f2f030a 100644 --- a/.github/workflows/weekly-build.yml +++ b/.github/workflows/weekly-build.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod From 613302bc254fea8c07cafe8a55b463acde78b744 Mon Sep 17 00:00:00 2001 From: chavlin Date: Thu, 23 Jul 2026 10:03:21 -0500 Subject: [PATCH 3/3] update actions v --- .github/workflows/hugo-build.yml | 2 +- .github/workflows/weekly-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo-build.yml b/.github/workflows/hugo-build.yml index f5dcffd..e597efc 100644 --- a/.github/workflows/hugo-build.yml +++ b/.github/workflows/hugo-build.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/weekly-build.yml b/.github/workflows/weekly-build.yml index f2f030a..14ad560 100644 --- a/.github/workflows/weekly-build.yml +++ b/.github/workflows/weekly-build.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod