mirror of
https://github.com/vegardit/docker-openldap.git
synced 2026-02-22 21:43:12 +01:00
ci(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8920634c24
commit
03e38a8e84
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v5 # https://github.com/actions/checkout
|
||||
uses: actions/checkout@v6 # https://github.com/actions/checkout
|
||||
|
||||
|
||||
- name: Run the sh-checker
|
||||
|
|
|
|||
Loading…
Reference in a new issue