Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott McAllister <stmcallister@gmail.com>2022-08-10 20:37:18 +0300
committerGitHub <noreply@github.com>2022-08-10 20:37:18 +0300
commit87fd1bbaa35be2666da36469d861aedf45307c63 (patch)
tree1c414716409c0e7627b33c8697496f15bf9be06d /.github
parente6744bb30475fed4e4144f1ad487207b7a1ac032 (diff)
Update Hugo to version 0.91.2 (#389)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eb6cbe9..a8b1afc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
- hugo-version: '0.75.1'
+ hugo-version: '0.91.2'
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with: