Skip to content

Commit 0d1c4d5

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#245)
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a45a87d commit 0d1c4d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fi
7878
7979
- name: Checkout theme
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181
with:
8282
repository: LizardByte/LizardByte.github.io
8383
ref: ${{ github.repository == 'LizardByte/LizardByte.github.io' && github.ref || inputs.theme_ref }}
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Download input artifact
8888
if: inputs.site_artifact != ''
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v5
9090
with:
9191
name: ${{ inputs.site_artifact }}
9292
path: project
@@ -230,7 +230,7 @@ jobs:
230230
needs: build
231231
steps:
232232
- name: Checkout gh-pages
233-
uses: actions/checkout@v4
233+
uses: actions/checkout@v5
234234
with:
235235
ref: ${{ inputs.target_branch }}
236236
path: gh-pages
@@ -243,7 +243,7 @@ jobs:
243243
run: rm -f -r ./gh-pages/*
244244

245245
- name: Download artifact
246-
uses: actions/download-artifact@v4
246+
uses: actions/download-artifact@v5
247247
with:
248248
name: site
249249
path: gh-pages

0 commit comments

Comments
 (0)