From 0fb8c3af2959c8401a86e8718f5e449b7b89d530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 00:41:22 +0000 Subject: [PATCH] chore(deps): update hadolint/hadolint-action action to v3 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6cc316a..8560cf8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,6 +37,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Lint Dockerfile - uses: hadolint/hadolint-action@v2.1.0 + uses: hadolint/hadolint-action@v3.1.0 with: recursive: true