diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index ea9da22..bb22a79 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} # Skip terraform_tflint which interferes to commit pre-commit auto-fixes - - uses: actions/setup-python@v2 + - uses: actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3 with: python-version: '3.9' - name: Execute pre-commit