diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 1a3fd84e0..44a803568 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -18,13 +18,13 @@ jobs: - branch: ge root: /qtcompile/ steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: 'build' path: 'build' submodules: 'recursive' - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ matrix.target.branch }}-pages path: 'public'