diff options
| author | dependabot[bot] | 2026-06-22 11:33:51 +0000 |
|---|---|---|
| committer | GitHub | 2026-06-22 11:33:51 +0000 |
| commit | a7308c4f6691d6caa00e919d2d8a4076a66313f1 (patch) | |
| tree | 0a715fb70a56cc57044cad26080a8c68babde798 /.github/workflows/ci.yml | |
| parent | 1a03e993cf898bd66125d88dcd682dc056a398d6 (diff) | |
build(deps): bump actions/checkout from 6 to 7dependabot/github_actions/actions/checkout-7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb55979..8a407f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # Make "git describe" work |
