diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-18 08:32:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-18 08:32:18 +0200 |
| commit | c2a69fe5904e074f0049a941c09f039acdce40a3 (patch) | |
| tree | 11007fd92d7e4b0ef2c883027c1049176f2208e1 /.github/workflows/dependencies.yml | |
| parent | 736632228a5f39573a15f4533b7672851f30bbe6 (diff) | |
| download | zsh-c2a69fe5904e074f0049a941c09f039acdce40a3.tar.gz zsh-c2a69fe5904e074f0049a941c09f039acdce40a3.tar.bz2 zsh-c2a69fe5904e074f0049a941c09f039acdce40a3.zip | |
chore(deps): bump actions/checkout from 4 to 5 (#13271)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/dependencies.yml')
| -rw-r--r-- | .github/workflows/dependencies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 0b8eeda93..7cc53371d 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -14,7 +14,7 @@ jobs: if: github.repository == 'ohmyzsh/ohmyzsh' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Authenticate as @ohmyzsh |
