File 016-ci-bump-actions-checkout-from-5-to-6.patch of Package virt-manager
Subject: ci: bump actions/checkout from 5 to 6
From: dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com Mon Nov 24 14:35:11 2025 +0000
Date: Mon Nov 24 15:43:02 2025 +0100:
Git: e438a7724c6541897a6de06c33721f5e33482e90
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0c3186a4b..422cb4ca5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
glibc-langpack-en \
python3-pytest python3-pytest-cov
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Install RPM build deps
run: |
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index ee531b547..f8982564d 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: codespell-project/actions-codespell@v2
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 58fa5de8b..a792a74d2 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: pre-commit/action@v3.0.1
diff --git a/.github/workflows/test-against-libvirt-git.yml b/.github/workflows/test-against-libvirt-git.yml
index 28ba85c88..3c1aded45 100644
--- a/.github/workflows/test-against-libvirt-git.yml
+++ b/.github/workflows/test-against-libvirt-git.yml
@@ -33,7 +33,7 @@ jobs:
dnf builddep -y libvirt
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Build RPM and test install
run: |
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index 67fad34ff..b0f329e96 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -30,7 +30,7 @@ jobs:
python3-docutils \
meson
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
# This fetches full git history. We need that for proper
# branch updating