From d3a86ba47efad9d3cc0348306439c975da8bfdc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:47:37 +0100 Subject: [PATCH] Update actions/checkout action from vv4.2.1 to v4.2.2 (#109) --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 30d2110..91b3aee 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -24,7 +24,7 @@ jobs: images: ${{ steps.filter.outputs.changes }} steps: - name: Check out the repo - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - uses: dorny/paths-filter@v3 id: filter with: @@ -57,7 +57,7 @@ jobs: name: ${{ matrix.image }} steps: - name: Check out the repo - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Lint Dockerfile uses: hadolint/hadolint-action@v3.1.0 with: