diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f9255d4d..526ecb1b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - # renovate: datasource=github-releases depName=gohugo/hugo + # renovate: datasource=github-releases depName=gohugoio/hugo HUGO_VERSION: 0.135.0 steps: - name: Install Hugo CLI diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af3e1eb7..c52d2dcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: syntax-check: runs-on: ubuntu-latest env: - # renovate: datasource=github-releases depName=gohugo/hugo + # renovate: datasource=github-releases depName=gohugoio/hugo HUGO_VERSION: 0.135.0 steps: - name: Install Hugo CLI @@ -61,5 +61,5 @@ jobs: id: lychee uses: lycheeverse/lychee-action@4aa18b6ccdac05029fab067313a6a04f941e6494 # for v1.9.0 with: - args: "--cookie-jar /tmp/lychee-cookies './content/**/*.md'" + args: "--cookie-jar /tmp/lychee-cookies './content/**/*.md'" jobSummary: true