Skip to content

Commit 8ac4c99

Browse files
chore(deps): update actions/checkout action to v7.0.1 (#402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91db5b7 commit 8ac4c99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jekyll-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Checkout theme
91-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
91+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9292
with:
9393
repository: LizardByte/LizardByte.github.io
9494
ref: ${{ github.repository == 'LizardByte/LizardByte.github.io' && github.ref || env.INPUT_THEME_REF }}
@@ -243,7 +243,7 @@ jobs:
243243
runs-on: ubuntu-latest
244244
steps:
245245
- name: Checkout gh-pages
246-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
246+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
247247
with:
248248
ref: ${{ env.INPUT_TARGET_BRANCH }}
249249
path: gh-pages

0 commit comments

Comments
 (0)