Loading .github/workflows/docs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ jobs: sphinx: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 with: Loading @@ -42,7 +42,7 @@ jobs: twine-check: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 with: Loading .github/workflows/lint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - uses: actions/setup-python@v5.1.0 Loading .github/workflows/pre_commit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ jobs: pre_commit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5.1.0 with: python-version: "3.11" Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: id-token: write environment: pypi.org steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading .github/workflows/test.yml +7 −7 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ jobs: version: "3.12" toxenv: py312,smoke steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v5.1.0 with: Loading @@ -66,7 +66,7 @@ jobs: matrix: toxenv: [api_func_v4, cli_func_v4] steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 with: 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.4.1 uses: codecov/codecov-action@v4.5.0 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -87,7 +87,7 @@ jobs: coverage: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.1.0 with: Loading @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v4.4.1 uses: codecov/codecov-action@v4.5.0 with: files: ./coverage.xml flags: unit Loading @@ -110,7 +110,7 @@ jobs: runs-on: ubuntu-latest name: Python wheel steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5.1.0 with: python-version: "3.12" Loading @@ -128,7 +128,7 @@ jobs: runs-on: ubuntu-latest needs: [dist] steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 with: Loading Loading
.github/workflows/docs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ jobs: sphinx: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 with: Loading @@ -42,7 +42,7 @@ jobs: twine-check: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 with: Loading
.github/workflows/lint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - uses: actions/setup-python@v5.1.0 Loading
.github/workflows/pre_commit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ jobs: pre_commit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5.1.0 with: python-version: "3.11" Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: id-token: write environment: pypi.org steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading
.github/workflows/test.yml +7 −7 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ jobs: version: "3.12" toxenv: py312,smoke steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v5.1.0 with: Loading @@ -66,7 +66,7 @@ jobs: matrix: toxenv: [api_func_v4, cli_func_v4] steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 with: 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.4.1 uses: codecov/codecov-action@v4.5.0 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -87,7 +87,7 @@ jobs: coverage: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.1.0 with: Loading @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v4.4.1 uses: codecov/codecov-action@v4.5.0 with: files: ./coverage.xml flags: unit Loading @@ -110,7 +110,7 @@ jobs: runs-on: ubuntu-latest name: Python wheel steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5.1.0 with: python-version: "3.12" Loading @@ -128,7 +128,7 @@ jobs: runs-on: ubuntu-latest needs: [dist] steps: - uses: actions/checkout@v4.1.6 - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5.1.0 with: Loading