diff --git a/.github/workflows/python_docs.yml b/.github/workflows/python_docs.yml index 75f34bdfcbe..59f8bf40438 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@85af4fa2faa47809ab856708c160baec8be1c02e # v2.2.4 - name: Install dependencies run: make dev - name: Lint documentation