From 77a6a1ef13928e02529f3b97f52f92ab25fb744e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:57:29 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4.2.0 --- .github/workflows/dockerify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerify.yml b/.github/workflows/dockerify.yml index bffbc02..3bdc7d5 100644 --- a/.github/workflows/dockerify.yml +++ b/.github/workflows/dockerify.yml @@ -20,7 +20,7 @@ jobs: name: Build image and release steps: - name: Checkout the repo - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0