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 f0a7f8c commit 492fd7bCopy full SHA for 492fd7b
1 file changed
.github/workflows/jekyll-build.yml
@@ -88,7 +88,7 @@ jobs:
88
fi
89
90
- name: Checkout theme
91
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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