Skip to content

Commit

Permalink
README - bump version of actions/checkout in example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner committed Oct 26, 2022
1 parent 17779da commit 89d5582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Cloud Formation Linter with Latest Version
uses: scottbrenner/cfn-lint-action@v2
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Testing with CFN Lint Command
uses: scottbrenner/cfn-lint-action@v2
Expand Down

0 comments on commit 89d5582

Please sign in to comment.