diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index fd56434..0eadf63 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Latest Version of Hugo uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3 with: - hugo-version: '0.125.3' + hugo-version: '0.125.4' extended: true - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 diff --git a/netlify.toml b/netlify.toml index 8c26dc1..1d26819 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ autoLaunch = false [build.environment] - HUGO_VERSION = "0.125.3" + HUGO_VERSION = "0.125.4" NODE_VERSION = "18" [[edge_functions]]