From 0e3ede9664047e922b672e3364378f1805cc3364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:53:33 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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-Ubuntu.resolute-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 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/systemd-AlmaLinux.10-ci.yml b/.github/workflows/systemd-AlmaLinux.10-ci.yml index 72596c1..4964520 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@v6 + - uses: actions/checkout@v7 - 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 82cc38d..1134410 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@v6 + - uses: actions/checkout@v7 - 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 4a0f5aa..6b2b430 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@v6 + - uses: actions/checkout@v7 - 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 f98b1cd..e10ab78 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@v6 + - uses: actions/checkout@v7 - 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 f452179..766a78a 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@v6 + - uses: actions/checkout@v7 - 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 8ec69cf..a547590 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@v6 + - uses: actions/checkout@v7 - 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 cbdaff6..b71656f 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@v6 + - uses: actions/checkout@v7 - 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 365d533..ebc0c89 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@v6 + - uses: actions/checkout@v7 - 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 3e9eb42..b823e14 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@v6 + - uses: actions/checkout@v7 - 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 5d278c3..7b27240 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@v6 + - uses: actions/checkout@v7 - 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 58edbc7..c4a32f0 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@v6 + - uses: actions/checkout@v7 - 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 c187209..acd1717 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@v6 + - uses: actions/checkout@v7 - 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 a69e373..0fd013f 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@v6 + - uses: actions/checkout@v7 - 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 9eff782..40f2355 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@v6 + - uses: actions/checkout@v7 - 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 e80878a..572b874 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@v6 + - uses: actions/checkout@v7 - 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 5ce6fba..641ab95 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@v6 + - uses: actions/checkout@v7 - 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 1755730..3eff003 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@v6 + - uses: actions/checkout@v7 - 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 2e0a099..7b409c6 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@v6 + - uses: actions/checkout@v7 - 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 76e1000..0a8eed9 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@v6 + - uses: actions/checkout@v7 - 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 5cfeda0..18bfa22 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@v6 + - uses: actions/checkout@v7 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: | diff --git a/.github/workflows/systemd-Ubuntu.resolute-ci.yml b/.github/workflows/systemd-Ubuntu.resolute-ci.yml index 0f8c99a..a19442f 100644 --- a/.github/workflows/systemd-Ubuntu.resolute-ci.yml +++ b/.github/workflows/systemd-Ubuntu.resolute-ci.yml @@ -17,7 +17,7 @@ jobs: name: Build and Push container images to quay.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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 706b29e..3bbd01c 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@v6 + - uses: actions/checkout@v7 - 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 1ddd13e..07049ba 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@v6 + - uses: actions/checkout@v7 - 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 8d63702..01046e0 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@v6 + - uses: actions/checkout@v7 - name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc id: tags run: |