Skip to content

Commit

Permalink
bugfix: remove sceptre version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleCatzirl committed Dec 10, 2024
1 parent e7425b4 commit 5f42b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f42b89

Please sign in to comment.