Loading .github/workflows/docs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading .github/workflows/lint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - uses: actions/setup-python@v5.1.0 - uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - run: pip install --upgrade tox Loading .github/workflows/pre_commit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5.1.0 - uses: actions/setup-python@v5.1.1 with: python-version: "3.11" - name: install tox Loading .github/workflows/test.yml +5 −5 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: ${{ matrix.python.version }} - name: Install dependencies Loading @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading @@ -90,7 +90,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading @@ -113,7 +113,7 @@ jobs: name: Python wheel steps: - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5.1.0 - uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading @@ -132,7 +132,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: '3.12' - uses: actions/download-artifact@v4.1.8 Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -47,6 +47,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 37.425.1 rev: 37.431.4 hooks: - id: renovate-config-validator Loading
.github/workflows/docs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading
.github/workflows/lint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - uses: actions/setup-python@v5.1.0 - uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - run: pip install --upgrade tox Loading
.github/workflows/pre_commit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5.1.0 - uses: actions/setup-python@v5.1.1 with: python-version: "3.11" - name: install tox Loading
.github/workflows/test.yml +5 −5 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: ${{ matrix.python.version }} - name: Install dependencies Loading @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading @@ -90,7 +90,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading @@ -113,7 +113,7 @@ jobs: name: Python wheel steps: - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5.1.0 - uses: actions/setup-python@v5.1.1 with: python-version: "3.12" - name: Install dependencies Loading @@ -132,7 +132,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 uses: actions/setup-python@v5.1.1 with: python-version: '3.12' - uses: actions/download-artifact@v4.1.8 Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -47,6 +47,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 37.425.1 rev: 37.431.4 hooks: - id: renovate-config-validator