chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in /.github/actions/e2e/install-prometheus in the action-deps group across 1 directory #23099
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: CI | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| - 'release-v*' | |
| - 'staging/*' | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| ci: | |
| runs-on: ubuntu-latest | |
| if: github.repository == 'aws/karpenter-provider-aws' | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | |
| - uses: ./.github/actions/install-deps | |
| - name: Enable the actionlint matcher | |
| run: echo "::add-matcher::.github/actionlint-matcher.json" | |
| - run: make ci-non-test | |
| shell: bash |