diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-11-03 00:11:38 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-11-03 00:11:38 +0100 |
commit | 412f14076251640eeae34aa63c321e3632f98dfa (patch) | |
tree | 5917c798babd7454d06ea1a2e4f4f2470a165fed /.github/workflows | |
parent | 1318a717ed4026568be2c7c4a44324cd61cab9aa (diff) |
Bump minimal hugo version to 0.79
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67f73e1..9ae4f54 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: matrix: hugo-version: - 'latest' - - '0.68.0' + - '0.79.0' steps: - uses: actions/checkout@v2 |