diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index 44e806af..a5bdf933 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -77,7 +77,7 @@ jobs: fi - name: Checkout theme - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: LizardByte/LizardByte.github.io ref: ${{ github.repository == 'LizardByte/LizardByte.github.io' && github.ref || inputs.theme_ref }} @@ -230,7 +230,7 @@ jobs: needs: build steps: - name: Checkout gh-pages - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.target_branch }} path: gh-pages