1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

chore(deps): bump actions/checkout in /.github/actions/run-tests (#11612)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...11bd71901b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 15:49:19 +00:00 committed by GitHub
parent 90de989d3e
commit 2279a7082c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ runs:
echo "::set-output name=prev_version::$INSTALL_VERSION" echo "::set-output name=prev_version::$INSTALL_VERSION"
- name: Checkout Previous Version - name: Checkout Previous Version
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
if: ${{ steps.determine-prev-version.outputs.prev_version != 'none' }} if: ${{ steps.determine-prev-version.outputs.prev_version != 'none' }}
with: with:
repository: kyverno/kyverno repository: kyverno/kyverno
@ -142,7 +142,7 @@ runs:
echo "::set-output name=next_version::$INSTALL_VERSION" echo "::set-output name=next_version::$INSTALL_VERSION"
- name: Checkout Next Version - name: Checkout Next Version
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
if: ${{ steps.determine-next-version.outputs.next_version != 'main' }} if: ${{ steps.determine-next-version.outputs.next_version != 'main' }}
with: with:
repository: kyverno/kyverno repository: kyverno/kyverno