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:
parent
90de989d3e
commit
2279a7082c
1 changed files with 2 additions and 2 deletions
4
.github/actions/run-tests/action.yaml
vendored
4
.github/actions/run-tests/action.yaml
vendored
|
@ -88,7 +88,7 @@ runs:
|
|||
|
||||
echo "::set-output name=prev_version::$INSTALL_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' }}
|
||||
with:
|
||||
repository: kyverno/kyverno
|
||||
|
@ -142,7 +142,7 @@ runs:
|
|||
|
||||
echo "::set-output name=next_version::$INSTALL_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' }}
|
||||
with:
|
||||
repository: kyverno/kyverno
|
||||
|
|
Loading…
Reference in a new issue