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 }}