diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 7d2c15e..a6a7f11 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -46,6 +46,11 @@ jobs: - name: Install dependencies run: npm ci + # Python venv needed by pre-commit + - uses: actions/setup-python@v5 + with: + python-version: "3.12" + - name: Run linters uses: pre-commit/action@v3.0.1 diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index 4cca44d..eb28d72 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -340,5 +340,6 @@ |:-----------|:-------:|--------:| |actions/checkout|v4|MIT License| |actions/setup-node|v4|MIT License| +|actions/setup-python|v5|MIT License| |actions/upload-artifact|v4|MIT License| |pre-commit/action|v3.0.1|MIT License|