Merge pull request #257 from kubevirt/renovate/major-github-actions

chore(deps): update github actions to v7
This commit is contained in:
kubevirt-prow[bot]
2026-07-20 08:28:32 +00:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: 3.x python-version: 3.x
cache: pip cache: pip
@@ -60,7 +60,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: 3.x python-version: 3.x
cache: pip cache: pip

View File

@@ -28,7 +28,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
cache: pip cache: pip

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: 3.x python-version: 3.x
cache: pip cache: pip

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: 3.x python-version: 3.x
cache: pip cache: pip