diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index cec80af5..56b850e6 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -31,7 +31,7 @@ jobs: # Fetch all history so gitlint can check the relevant commits. fetch-depth: '0' - name: Set up Python 3 - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: '3.x' - name: Set up Node.js 12