diff --git a/doc/template/README.md b/doc/template/README.md index d08262d5..849f71a5 100644 --- a/doc/template/README.md +++ b/doc/template/README.md @@ -104,13 +104,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: hugo - uses: floryn90/actions-hugo@1.0.0 + uses: klakegg/actions-hugo@1.0.0 ``` -Find out more in [floryn90/actions-hugo](https://github.com/floryn90/actions-hugo). +Find out more in [klakegg/actions-hugo](https://github.com/klakegg/actions-hugo). ### Travis CI