diff --git a/.github/workflows/python_docs.yml b/.github/workflows/python_docs.yml index 75f34bdfcbe..ff2e3392447 100644 --- a/.github/workflows/python_docs.yml +++ b/.github/workflows/python_docs.yml @@ -39,7 +39,7 @@ jobs: cache: "poetry" # Maintenance: temporarily until we drop Python 3.6 and make cfn-lint a dev dependency - name: Setup Cloud Formation Linter with Latest Version - uses: scottbrenner/cfn-lint-action@ee9ee62016ef62c5fd366e6be920df4b310ed353 # v2.2.4 + uses: scottbrenner/cfn-lint-action@c55510bda2002d56a84ad4fa18183a8a690ef9e0 # v2.2.9 - name: Install dependencies run: make dev - name: Lint documentation