From 23eb9552be4ef5349fc664437dec0961af5e99ed Mon Sep 17 00:00:00 2001 From: Splitter Date: Wed, 28 Feb 2024 21:50:14 +0000 Subject: [PATCH] starters: update metadata --- .github/workflows/publish.yaml | 2 +- go.mod | 2 +- hugoblox.yaml | 2 +- netlify.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2813c67..abbefe2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.123.4' + WC_HUGO_VERSION: '0.123.6' on: # Trigger the workflow every time you push to the `main` branch diff --git a/go.mod b/go.mod index 7b94071..99a5861 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6 ) diff --git a/hugoblox.yaml b/hugoblox.yaml index 6c043c2..9797bce 100644 --- a/hugoblox.yaml +++ b/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.123.4' + hugo_version: '0.123.6' diff --git a/netlify.toml b/netlify.toml index 95ecf54..d1318cb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.4" + HUGO_VERSION = "0.123.6" GO_VERSION = "1.21.5" NODE_VERSION = "21.1.0" HUGO_ENABLEGITINFO = "true"