diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index b8c0ebf4..43ce6bb4 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@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version: '3.x' - name: Set up Node.js 18