From fbfe0cab8f0bbd0b187507519fdc4594e56e414d Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:10:01 +0000 Subject: [PATCH] breaking: the dependency `actions/checkout` has been updated to a new major version (v7), which may include breaking changes. #major --- .github/workflows/container_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_image.yaml b/.github/workflows/container_image.yaml index 0c3e948..c254e0b 100644 --- a/.github/workflows/container_image.yaml +++ b/.github/workflows/container_image.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Set up QEMU