From 33ece5d212e89f44b68c1a27ea5b96d91b3414da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:15:04 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `actions/checkout` from 5.0.1 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.1) Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v6.1.0) Updates `dorny/test-reporter` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dorny/test-reporter dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check_ts.yml | 2 +- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/release.yml | 4 ++-- .github/workflows/test_report.yml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/check_ts.yml b/.github/workflows/check_ts.yml index 63af0a2..238b78e 100644 --- a/.github/workflows/check_ts.yml +++ b/.github/workflows/check_ts.yml @@ -8,7 +8,7 @@ jobs: if: false runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.1 - name: Get diff lines id: diff uses: Equip-Collaboration/diff-line-numbers@v1.1.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e096400..ef2e870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: name: Python ${{ matrix.python-version}} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.1 - name: Set up Python - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: ${{ matrix.python-version }} @@ -59,7 +59,7 @@ jobs: name: Python ${{ matrix.python-version}} + typedoc ${{ matrix.typedoc-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.1 - name: Set up Node uses: actions/setup-node@v6 @@ -67,7 +67,7 @@ jobs: node-version: 22 - name: Set up Python - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: ${{ matrix.python-version }} @@ -97,10 +97,10 @@ jobs: name: Test sphinx 6 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.1 - name: Set up Python - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 749fbba..4e8a12a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2 with: # include tags so that hatch-vcs can infer the version fetch-depth: 0 @@ -23,7 +23,7 @@ jobs: # fetch-tags: true - name: Setup Python - uses: actions/setup-python@bba65e51ff35d50c6dbaaacd8a4681db13aa7cb4 # v5.6.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5.6.0 with: python-version: "3.12" diff --git a/.github/workflows/test_report.yml b/.github/workflows/test_report.yml index b974f3e..f931dc5 100644 --- a/.github/workflows/test_report.yml +++ b/.github/workflows/test_report.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v2.2.0 + - uses: dorny/test-reporter@v2.3.0 with: artifact: test-results-${{ matrix.python-version }} name: Test report - ${{ matrix.python-version }} @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v2.2.0 + - uses: dorny/test-reporter@v2.3.0 with: artifact: test_typedoc-results-${{ matrix.python-version }}-${{ matrix.typedoc-version }} name: Test report - Python ${{ matrix.python-version}} + typedoc ${{ matrix.typedoc-version }} @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v2.2.0 + - uses: dorny/test-reporter@v2.3.0 with: artifact: test_sphinx_6-${{ matrix.python-version }} name: Test report - Sphinx 6