.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:
Felix Matouschek
2024-02-27 16:40:33 +01:00
parent 3dda5fbce6
commit 205ef04954
5 changed files with 12 additions and 14 deletions

View File

@@ -26,13 +26,13 @@ jobs:
pages: write
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ansible_collections/kubevirt/core
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
cache: 'pip'