diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-19 16:58:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-19 16:58:27 +0200 |
| commit | 38b678c493b87cf92956d16e8d9fb634cff54aa7 (patch) | |
| tree | 3f02932324c641dc58e5689d5b5d6e453df3f9dc /.github/workflows/documentation.yml | |
| parent | fe1848673f69beb370ce5e3c3861acf22f3e8e82 (diff) | |
[upd] github-actions: Bump actions/checkout from 6.0.3 to 7.0.0 (#6288)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
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>
Diffstat (limited to '.github/workflows/documentation.yml')
| -rw-r--r-- | .github/workflows/documentation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index eb3d12fba..0e08ae2a4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -37,7 +37,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: "false" fetch-depth: "0" |
