diff options
| author | dependabot[bot] | 2026-06-22 11:33:51 +0000 |
|---|---|---|
| committer | rfjakob | 2026-07-12 20:43:25 +0200 |
| commit | 5b9bba9ef584e3abe5213fcd5583f78e74207ac2 (patch) | |
| tree | af6e5168ecbd7034207476a008ddd75f5af76519 | |
| parent | 3ac282047ff36affb86f260b54ff50653007fdee (diff) | |
build(deps): bump actions/checkout from 6 to 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>
| -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 |
