mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
.github: Bump versions of all used actions
Bump the versions of all used actions to the latest stable version and try to use the same config across files and defaults where sensible. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
8
.github/workflows/integration.yml
vendored
8
.github/workflows/integration.yml
vendored
@@ -125,10 +125,10 @@ jobs:
|
||||
name: "${{ matrix.test-target }} / py${{ matrix.python-version }} / ${{ matrix.ansible-version }}"
|
||||
steps:
|
||||
- name: Checkout kubevirt.core repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: ${{ env.source }}
|
||||
fetch-depth: "0"
|
||||
fetch-depth: 0
|
||||
if: inputs.ansible_test_targets != ''
|
||||
|
||||
- name: install dependencies collection
|
||||
@@ -147,11 +147,9 @@ jobs:
|
||||
if: inputs.ansible_test_targets != ''
|
||||
|
||||
- name: install kind / kubectl
|
||||
uses: helm/kind-action@v1.8.0
|
||||
uses: helm/kind-action@v1.9.0
|
||||
with:
|
||||
install_only: true
|
||||
version: v0.20.0
|
||||
kubectl_version: v1.27.3
|
||||
if: inputs.ansible_test_targets != ''
|
||||
|
||||
- name: deploy kubevirt
|
||||
|
||||
Reference in New Issue
Block a user