Skip to content

Commit 864302a

Browse files
build(deps): bump actions/checkout from 5 to 6 (#222)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 773bcf4 commit 864302a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout engine
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
path: engine
2121

2222
- name: Checkout docs
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
path: docs
2626
repository: nanoforge-dev/docs

0 commit comments

Comments
 (0)