Skip to content

Commit 6a804b1

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 (#314)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4aa433d commit 6a804b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
validate-documentation:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].1
1313
- name: Markdown Lint check
1414
uses: DavidAnson/[email protected]
1515
with:

.github/workflows/lychee-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
linkChecker:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/[email protected].0
8+
- uses: actions/[email protected].1
99
- name: Link Checker
1010
uses: lycheeverse/[email protected]
1111
with:

0 commit comments

Comments
 (0)