diff options
author | dependabot[bot] | 2025-07-16 15:55:42 +0000 |
---|---|---|
committer | rfjakob | 2025-07-16 18:25:47 +0200 |
commit | 33fa0b50cb8ab48e547c8cadcc025bbd40d9c8c7 (patch) | |
tree | 73226f8d70c3edc0ad5dccd2feb487d0cd5ce16b | |
parent | 2ffbb632a090ae5fcb714dfa6755ecde752b39e1 (diff) |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '4'
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 7a34197..7751893 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: # https://github.com/actions/runner/issues/1188 - run: ls -l /proc/self/fd - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Make "git describe" work |