From b8f0cb5248343cfe3d594621301fafed60bfc85d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:42:39 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 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] --- .github/workflows/systemd-AlmaLinux.10-ci.yml | 2 +- .github/workflows/systemd-AlmaLinux.8-ci.yml | 2 +- .github/workflows/systemd-AlmaLinux.9-ci.yml | 2 +- .github/workflows/systemd-Archlinux.any-ci.yml | 2 +- .github/workflows/systemd-CentOS.stream10-ci.yml | 2 +- .github/workflows/systemd-CentOS.stream9-ci.yml | 2 +- .github/workflows/systemd-Debian.bookworm-ci.yml | 2 +- .github/workflows/systemd-Debian.bullseye-ci.yml | 2 +- .github/workflows/systemd-Debian.forky-ci.yml | 2 +- .github/workflows/systemd-Debian.trixie-ci.yml | 2 +- .github/workflows/systemd-Fedora.41-ci.yml | 2 +- .github/workflows/systemd-Fedora.42-ci.yml | 2 +- .github/workflows/systemd-Fedora.43-ci.yml | 2 +- .github/workflows/systemd-Fedora.44-ci.yml | 2 +- .github/workflows/systemd-RedHat.7-ci.yml | 2 +- .github/workflows/systemd-RedHat.8-ci.yml | 2 +- .github/workflows/systemd-SLES.15.6-ci.yml | 2 +- .github/workflows/systemd-Ubuntu.focal-ci.yml | 2 +- .github/workflows/systemd-Ubuntu.jammy-ci.yml | 2 +- .github/workflows/systemd-Ubuntu.noble-ci.yml | 2 +- .github/workflows/systemd-opensuse.15.6-ci.yml | 2 +- .github/workflows/systemd-opensuse.tumbleweed-ci.yml | 2 +- .github/workflows/yt-dlp.yml | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/systemd-AlmaLinux.10-ci.yml b/.github/workflows/systemd-AlmaLinux.10-ci.yml index 141f3ca..72596c1 100644 --- a/.github/workflows/systemd-AlmaLinux.10-ci.yml +++ b/.github/workflows/systemd-AlmaLinux.10-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-AlmaLinux.8-ci.yml b/.github/workflows/systemd-AlmaLinux.8-ci.yml index c8db574..82cc38d 100644 --- a/.github/workflows/systemd-AlmaLinux.8-ci.yml +++ b/.github/workflows/systemd-AlmaLinux.8-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-AlmaLinux.9-ci.yml b/.github/workflows/systemd-AlmaLinux.9-ci.yml index c4149e5..4a0f5aa 100644 --- a/.github/workflows/systemd-AlmaLinux.9-ci.yml +++ b/.github/workflows/systemd-AlmaLinux.9-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Archlinux.any-ci.yml b/.github/workflows/systemd-Archlinux.any-ci.yml index d9eadb3..f98b1cd 100644 --- a/.github/workflows/systemd-Archlinux.any-ci.yml +++ b/.github/workflows/systemd-Archlinux.any-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-CentOS.stream10-ci.yml b/.github/workflows/systemd-CentOS.stream10-ci.yml index 69b0265..f452179 100644 --- a/.github/workflows/systemd-CentOS.stream10-ci.yml +++ b/.github/workflows/systemd-CentOS.stream10-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-CentOS.stream9-ci.yml b/.github/workflows/systemd-CentOS.stream9-ci.yml index d154936..8ec69cf 100644 --- a/.github/workflows/systemd-CentOS.stream9-ci.yml +++ b/.github/workflows/systemd-CentOS.stream9-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Debian.bookworm-ci.yml b/.github/workflows/systemd-Debian.bookworm-ci.yml index a46ea4d..cbdaff6 100644 --- a/.github/workflows/systemd-Debian.bookworm-ci.yml +++ b/.github/workflows/systemd-Debian.bookworm-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Debian.bullseye-ci.yml b/.github/workflows/systemd-Debian.bullseye-ci.yml index 20866d9..365d533 100644 --- a/.github/workflows/systemd-Debian.bullseye-ci.yml +++ b/.github/workflows/systemd-Debian.bullseye-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Debian.forky-ci.yml b/.github/workflows/systemd-Debian.forky-ci.yml index bcf6fd0..3e9eb42 100644 --- a/.github/workflows/systemd-Debian.forky-ci.yml +++ b/.github/workflows/systemd-Debian.forky-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Debian.trixie-ci.yml b/.github/workflows/systemd-Debian.trixie-ci.yml index fe65c19..5d278c3 100644 --- a/.github/workflows/systemd-Debian.trixie-ci.yml +++ b/.github/workflows/systemd-Debian.trixie-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Fedora.41-ci.yml b/.github/workflows/systemd-Fedora.41-ci.yml index de90b6c..58edbc7 100644 --- a/.github/workflows/systemd-Fedora.41-ci.yml +++ b/.github/workflows/systemd-Fedora.41-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Fedora.42-ci.yml b/.github/workflows/systemd-Fedora.42-ci.yml index b8a4930..c187209 100644 --- a/.github/workflows/systemd-Fedora.42-ci.yml +++ b/.github/workflows/systemd-Fedora.42-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Fedora.43-ci.yml b/.github/workflows/systemd-Fedora.43-ci.yml index 286cba1..a69e373 100644 --- a/.github/workflows/systemd-Fedora.43-ci.yml +++ b/.github/workflows/systemd-Fedora.43-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Fedora.44-ci.yml b/.github/workflows/systemd-Fedora.44-ci.yml index eba05ae..9eff782 100644 --- a/.github/workflows/systemd-Fedora.44-ci.yml +++ b/.github/workflows/systemd-Fedora.44-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-RedHat.7-ci.yml b/.github/workflows/systemd-RedHat.7-ci.yml index e4109a0..e80878a 100644 --- a/.github/workflows/systemd-RedHat.7-ci.yml +++ b/.github/workflows/systemd-RedHat.7-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-RedHat.8-ci.yml b/.github/workflows/systemd-RedHat.8-ci.yml index 7a73ac6..5ce6fba 100644 --- a/.github/workflows/systemd-RedHat.8-ci.yml +++ b/.github/workflows/systemd-RedHat.8-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-SLES.15.6-ci.yml b/.github/workflows/systemd-SLES.15.6-ci.yml index b71fc2a..1755730 100644 --- a/.github/workflows/systemd-SLES.15.6-ci.yml +++ b/.github/workflows/systemd-SLES.15.6-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Ubuntu.focal-ci.yml b/.github/workflows/systemd-Ubuntu.focal-ci.yml index 63e1aed..2e0a099 100644 --- a/.github/workflows/systemd-Ubuntu.focal-ci.yml +++ b/.github/workflows/systemd-Ubuntu.focal-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Ubuntu.jammy-ci.yml b/.github/workflows/systemd-Ubuntu.jammy-ci.yml index 85cd810..76e1000 100644 --- a/.github/workflows/systemd-Ubuntu.jammy-ci.yml +++ b/.github/workflows/systemd-Ubuntu.jammy-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Ubuntu.noble-ci.yml b/.github/workflows/systemd-Ubuntu.noble-ci.yml index 3216e86..5cfeda0 100644 --- a/.github/workflows/systemd-Ubuntu.noble-ci.yml +++ b/.github/workflows/systemd-Ubuntu.noble-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-opensuse.15.6-ci.yml b/.github/workflows/systemd-opensuse.15.6-ci.yml index ff478a6..706b29e 100644 --- a/.github/workflows/systemd-opensuse.15.6-ci.yml +++ b/.github/workflows/systemd-opensuse.15.6-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-opensuse.tumbleweed-ci.yml b/.github/workflows/systemd-opensuse.tumbleweed-ci.yml index f880bcb..1ddd13e 100644 --- a/.github/workflows/systemd-opensuse.tumbleweed-ci.yml +++ b/.github/workflows/systemd-opensuse.tumbleweed-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/yt-dlp.yml b/.github/workflows/yt-dlp.yml index c36aa29..8d63702 100644 --- a/.github/workflows/yt-dlp.yml +++ b/.github/workflows/yt-dlp.yml @@ -16,7 +16,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: |