From 1a96fb9939fe85cc68ee4670c0dd7f8f3d72d070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:01:55 +0000 Subject: [PATCH] chore(deps): update localstack/localstack docker tag to v4 --- .github/workflows/test-positive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 76e8f07..8e7024d 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -20,7 +20,7 @@ jobs: needs: [setup] services: localstack: - image: localstack/localstack:1.4.0 + image: localstack/localstack:4.0.3 credentials: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}