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
b7a8301e75
commit
b2b83e8bf7
|
|
@ -99,7 +99,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 New Issue