From 131b80fe8de507e97d3051b7a7ebaa6ebf6a44ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:22:08 +0000 Subject: [PATCH] Bump the ci-dependencies group across 1 directory with 2 updates Bumps the ci-dependencies group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [coverallsapp/github-action](https://github.com/coverallsapp/github-action). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) Updates `coverallsapp/github-action` from 2.3.6 to 2.3.8 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.6...v2.3.8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: coverallsapp/github-action dependency-version: 2.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 763ea935..5dad78ae 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up Python id: python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: pip diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 177f3ebf..0d04b1f7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: pip @@ -84,7 +84,7 @@ jobs: # Comment on the PR with the coverage results and register a GitHub check # which links to the coveralls.io job. - name: Publish coverage report to coveralls.io - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} format: lcov