build(deps): bump sigs.k8s.io/controller-runtime/tools/setup-envtest from 0.0.0-20260125163108-a19ec76a3c5d to 0.24.1 in /hack/tools in the k8s-dependencies group across 1 directory #6643
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Unit Tests | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - release-4.22 | |
| workflow_dispatch: {} | |
| jobs: | |
| test: | |
| uses: openshift/hypershift/.github/workflows/test-reusable.yaml@main | |
| permissions: | |
| contents: read | |
| secrets: inherit |