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.1 - name: Set up Python uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 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.1 with: fetch-depth: 0 - uses: actions/setup-python@v5.0.0 - uses: actions/setup-python@v5.1.0 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.1 - uses: actions/setup-python@v5.0.0 - uses: actions/setup-python@v5.1.0 with: python-version: "3.11" - name: install tox Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.1.1 uses: python-semantic-release/python-semantic-release@v9.3.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading .github/workflows/test.yml +7 −7 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: ${{ matrix.python.version }} - name: Install dependencies Loading @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -78,7 +78,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v4.1.0 uses: codecov/codecov-action@v4.1.1 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -89,7 +89,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v4.1.0 uses: codecov/codecov-action@v4.1.1 with: files: ./coverage.xml flags: unit Loading @@ -111,7 +111,7 @@ jobs: name: Python wheel steps: - uses: actions/checkout@v4.1.1 - uses: actions/setup-python@v5.0.0 - uses: actions/setup-python@v5.1.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -130,7 +130,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: '3.12' - uses: actions/download-artifact@v4.1.4 Loading 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.1 - name: Set up Python uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 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.1 with: fetch-depth: 0 - uses: actions/setup-python@v5.0.0 - uses: actions/setup-python@v5.1.0 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.1 - uses: actions/setup-python@v5.0.0 - uses: actions/setup-python@v5.1.0 with: python-version: "3.11" - name: install tox Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.1.1 uses: python-semantic-release/python-semantic-release@v9.3.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading
.github/workflows/test.yml +7 −7 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: ${{ matrix.python.version }} - name: Install dependencies Loading @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -78,7 +78,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v4.1.0 uses: codecov/codecov-action@v4.1.1 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -89,7 +89,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v4.1.0 uses: codecov/codecov-action@v4.1.1 with: files: ./coverage.xml flags: unit Loading @@ -111,7 +111,7 @@ jobs: name: Python wheel steps: - uses: actions/checkout@v4.1.1 - uses: actions/setup-python@v5.0.0 - uses: actions/setup-python@v5.1.0 with: python-version: "3.12" - name: Install dependencies Loading @@ -130,7 +130,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python uses: actions/setup-python@v5.0.0 uses: actions/setup-python@v5.1.0 with: python-version: '3.12' - uses: actions/download-artifact@v4.1.4 Loading