From e33a9884f636b4b00776900309ad3d120e7e3213 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Oct 2024 07:35:22 +0000 Subject: [PATCH] Update public.ecr.aws/artifacthub/ah Docker tag to v1.20.0 --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index f0233da..81c515f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -11,7 +11,7 @@ jobs: linter-artifacthub: runs-on: ubuntu-latest container: - image: public.ecr.aws/artifacthub/ah:v1.19.0 + image: public.ecr.aws/artifacthub/ah:v1.20.0 options: --user 1001 steps: - name: Checkout