Skip to content

Commit 628afa9

Browse files
Bump actions/checkout from 4.1.1 to 4.1.2 (#294)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- 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 0365a9d commit 628afa9

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].1
12+
- uses: actions/[email protected].2
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].1
8+
- uses: actions/[email protected].2
99
- name: Link Checker
1010
uses: lycheeverse/[email protected]
1111
with:

0 commit comments

Comments
 (0)