diff options
author | 2025-08-12 12:11:48 +0000 | |
---|---|---|
committer | 2025-08-12 12:11:48 +0000 | |
commit | 9fbb41272a0c86ffa4d3dd56ef8a3335c403d28c (patch) | |
tree | 99e116e4f398ae0e9adc00a1f76002d320b2b98a /.github/workflows/docs.yaml | |
parent | Update sir-robin environment (diff) |
Bump actions/checkout from 4 to 5dependabot/github_actions/actions/checkout-5
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](https://github.com/actions/checkout/compare/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] <[email protected]>
Diffstat (limited to '.github/workflows/docs.yaml')
-rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 37eaf91..054a286 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 |