Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cfn-lint version used in workflows/main.yml #238

Merged
merged 2 commits into from
Nov 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Cloud Formation Linter with Specific Version
uses: ./
with:
version: "0.71.1"
version: "0.72.0"
# Step 5
- name: Print the Cloud Formation Linter Version & run Linter.
run: |
Expand All @@ -51,7 +51,6 @@ jobs:
uses: ./
with:
command: cfn-lint -t ./examples/template.yml
version: "0.71.1"
# Step 7
### Testing specifying a version and command
- name: Testing with CFN Lint Command
Expand Down