diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 630c4b75..18aa4f9d 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 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Set up Node.js 18