Skip to content

Commit bcdb240

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#349)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <[email protected]>
1 parent 6b2d8a7 commit bcdb240

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/checkout@v4.2.2
12+
- uses: actions/checkout@v5.0.0
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/checkout@v4.2.2
8+
- uses: actions/checkout@v5.0.0
99
- name: Link Checker
1010
uses: lycheeverse/[email protected]
1111
with:

0 commit comments

Comments
 (0)