diff --git a/README.md b/README.md index 32972a5..23c05e6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2.1.0 with: - hugo-version: '0.58.2' + hugo-version: '0.58.3' - name: Build run: hugo --gc --minify --cleanDestinationDir @@ -70,7 +70,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2.1.0 with: - hugo-version: '0.58.2' + hugo-version: '0.58.3' extended: true ```