From 8d2b904ed7ba3e7466eb6ff798e68523081a5278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:40:04 +0000 Subject: [PATCH] Update actions/checkout action to v4.3.1 --- .github/workflows/upload_oci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload_oci.yml b/.github/workflows/upload_oci.yml index c5ad42d..65f30e3 100644 --- a/.github/workflows/upload_oci.yml +++ b/.github/workflows/upload_oci.yml @@ -34,7 +34,7 @@ jobs: matrix: ${{ fromJson(needs.generate_matrix_publish.outputs.matrix) }} max-parallel: 8 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: submodules: true - uses: oras-project/setup-oras@38de303aac69abb66f3e6255b7198bff35f323e3 # v2 @@ -114,7 +114,7 @@ jobs: matrix: ${{ fromJson(needs.generate_matrix_publish.outputs.matrix) }} max-parallel: 1 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: submodules: true - name: Install python-gardenlinux-lib