From a8079d70a34cf1696f6f051ab66bd2019c596058 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:14:16 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/image-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index 98c0611..9af4b95 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Registry login uses: docker/login-action@v2