From 5f42b89069f4bf2eb360061f0b0ce0560d8b9636 Mon Sep 17 00:00:00 2001 From: Joni Harker Date: Tue, 10 Dec 2024 14:43:02 -0800 Subject: [PATCH] bugfix: remove sceptre version restriction --- .github/workflows/aws-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-deploy.yaml b/.github/workflows/aws-deploy.yaml index 9f69757..11d3bff 100644 --- a/.github/workflows/aws-deploy.yaml +++ b/.github/workflows/aws-deploy.yaml @@ -30,7 +30,7 @@ jobs: - name: Create directory for remote sceptre templates run: mkdir -p templates/remote/ - name: Deploy 'dev' configuration - uses: Sceptre/github-ci-action@v2.2.0 + uses: Sceptre/github-ci-action@v2.3.0 with: sceptre_version: '4.5.2' sceptre_subcommand: launch --yes dev