diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-07 18:39:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-07 18:39:14 +0100 |
| commit | ddec79ad4384325e08104574a9e0b81bb8a7e9d9 (patch) | |
| tree | 7deae19a9e107d4d297835967508b8f4ed4c56e6 /.github/workflows/dependencies.yml | |
| parent | 0ebeae78d0ebdefbd0af38bfdad10504770acb82 (diff) | |
| download | zsh-ddec79ad4384325e08104574a9e0b81bb8a7e9d9.tar.gz zsh-ddec79ad4384325e08104574a9e0b81bb8a7e9d9.tar.bz2 zsh-ddec79ad4384325e08104574a9e0b81bb8a7e9d9.zip | |
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#13468)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 753effdcb..149c7fef7 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -18,7 +18,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Authenticate as @ohmyzsh |
