From 9588c2ffdc837bc6563e85c267655b4168dcec6d Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Wed, 4 Sep 2024 19:27:26 +0100 Subject: [PATCH] https://go.dev/ref/mod#versions needs that v... --- .github/workflows/lesshero.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lesshero.yml b/.github/workflows/lesshero.yml index fc365ee..2b3be52 100644 --- a/.github/workflows/lesshero.yml +++ b/.github/workflows/lesshero.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - uses: actions/configure-pages@v5 - - uses: kaihendry/lesshero@0.1.0 + - uses: kaihendry/lesshero@v0.1.2 - run: mkdir "_site" && mv lesshero.html _site/index.html - name: Upload artifact # TODO: we want to ideally upload one file, not overwrite the whole site! uses: actions/upload-pages-artifact@v3