Skip to content

Commit 55af6fb

Browse files
build(deps): bump the actions group in /.github/workflows with 2 updates (#714)
* build(deps): bump the actions group in /.github/workflows with 2 updates Bumps the actions group in /.github/workflows with 2 updates: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `lycheeverse/lychee-action` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.5.0...v2.6.0) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leah Wasser <[email protected]>
1 parent 21a1414 commit 55af6fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Check links with lychee
3636
id: lychee
37-
uses: lycheeverse/lychee-action@v2.5.0
37+
uses: lycheeverse/lychee-action@01a5c94d8e012550040658854b90a7a7301e75ca #v2.6.0
3838
with:
3939
fail: true
4040
args: --verbose --no-progress _site/*.html

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
JEKYLL_ENV: production
4949
- name: Upload artifact
5050
# Automatically uploads an artifact from the './_site' directory by default
51-
uses: actions/upload-pages-artifact@v3
51+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b #v4
5252

5353
# Deployment job
5454
deploy:

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Link Checker
3232
id: lychee
33-
uses: lycheeverse/lychee-action@v2.5.0
33+
uses: lycheeverse/lychee-action@01a5c94d8e012550040658854b90a7a7301e75ca #v2.6.0
3434
with:
3535
args: --verbose --no-progress _site/*.html
3636
env:

0 commit comments

Comments
 (0)