We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ed067 commit 8574ea1Copy full SHA for 8574ea1
1 file changed
.github/workflows/jekyll-build.yml
@@ -88,7 +88,7 @@ jobs:
88
fi
89
90
- name: Checkout theme
91
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
92
with:
93
repository: LizardByte/LizardByte.github.io
94
ref: ${{ github.repository == 'LizardByte/LizardByte.github.io' && github.ref || env.INPUT_THEME_REF }}
@@ -243,7 +243,7 @@ jobs:
243
runs-on: ubuntu-latest
244
steps:
245
- name: Checkout gh-pages
246
247
248
ref: ${{ env.INPUT_TARGET_BRANCH }}
249
path: gh-pages
0 commit comments