Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit b7cb45c

Browse files
Bump actions/checkout from 4 to 5 (#3)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 615dea0 commit b7cb45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mkdocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414

1515
steps:
1616
- name: Checkout docs
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Checkout lapidary
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
repository: python-lapidary/lapidary
2323
ref: develop
2424
path: docs/lapidary
2525

2626
- name: Checkout lapidary-render
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
repository: python-lapidary/lapidary-render
3030
ref: develop

0 commit comments

Comments
 (0)