From 265ca227e625823932786a25f8fbeb0289b8bf4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:01:16 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/build_oci_image/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_oci_image/action.yaml b/.github/actions/build_oci_image/action.yaml index da1cdc0..b9aa073 100644 --- a/.github/actions/build_oci_image/action.yaml +++ b/.github/actions/build_oci_image/action.yaml @@ -16,7 +16,7 @@ runs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Build image