From 62c51c6469e599b1bfa24068ea8cb992019a0f64 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:16:54 +0000 Subject: [PATCH] Update actions/checkout action to v5 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bfb7f0e..1757c365 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: quay.io/centos/centos:stream9 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: build run: | set -xeuo pipefail