chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `lycheeverse/lychee-action` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](01a5c94d8e...885c65f3dc) Updates `actions/setup-dotnet` from 4.3.1 to 5.0.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](67a3573c9a...d4c94342e5) --- 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-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f7fcd2a4ae
commit
2393b0cec5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/check-markdown-links.yml
vendored
2
.github/workflows/check-markdown-links.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Link Checker
|
||||
uses: lycheeverse/lychee-action@01a5c94d8e012550040658854b90a7a7301e75ca # v2.6.0
|
||||
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
|
||||
with:
|
||||
args: >-
|
||||
--verbose --no-progress
|
||||
|
|
|
|||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
|
||||
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
|
||||
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
|
||||
with:
|
||||
dotnet-version: 9.0.x
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue