From 154d83e39d7eee8f4ec5b70ee81205e1e2d4d920 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 00:47:56 +0000 Subject: [PATCH] chore(deps): update fooji/create-aws-profile-action action to v3 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 10117670f..30ae116c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v3 - uses: ./.github/actions/install-deps - name: Setup AWS - uses: Fooji/create-aws-profile-action@v2 + uses: Fooji/create-aws-profile-action@v3 with: profile: default region: ${{ env.AWS_REGION }}