Skip to content

Commit 321c4a5

Browse files
build(deps): bump the actions group in /.github/workflows with 2 updates (#721)
Bumps the actions group in /.github/workflows with 2 updates: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `lycheeverse/lychee-action` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@01a5c94...885c65f) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3c8398 commit 321c4a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@01a5c94d8e012550040658854b90a7a7301e75ca #v2.6.0
37+
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 #v2.6.1
3838
with:
3939
fail: true
4040
args: --verbose --no-progress _site/*.html

.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@01a5c94d8e012550040658854b90a7a7301e75ca #v2.6.0
33+
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 #v2.6.1
3434
with:
3535
args: --verbose --no-progress _site/*.html
3636
env:

.github/workflows/update-all-review-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Check out the code
1111
uses: actions/checkout@v5
1212
- name: Setup Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.10"
1616
- name: Upgrade pip

.github/workflows/update-contribs-reviews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out the code
1515
uses: actions/checkout@v5
1616
- name: Setup Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.10"
2020
- name: Upgrade pip

0 commit comments

Comments
 (0)