From 06e6746e6c5aaa45b37c5b1b4f377755d7d8d489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:54:15 +0000 Subject: [PATCH] ci: bump the all-actions group across 1 directory with 2 updates Bumps the all-actions group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-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 `JamesIves/github-pages-deploy-action` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/d92aa235d04922e8f08b40ce78cc5442fcfbfa2f...fa24774553152dd7873cd16ebd8d959b010c5445) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 4 ++-- .github/workflows/pylint.yml | 2 +- .github/workflows/rpms.yml | 2 +- .github/workflows/sphinx.yml | 4 ++-- .github/workflows/wheels.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 255a529..0e5d8fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 586ab23..bdba202 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -147,7 +147,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON }} @@ -157,7 +157,7 @@ jobs: pip install tox - name: Setup old python for test - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.7 diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d375ea9..cb6b63f 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -41,7 +41,7 @@ jobs: echo "branch=${EXPORT_VALUE}" >> $GITHUB_OUTPUT - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.10' diff --git a/.github/workflows/rpms.yml b/.github/workflows/rpms.yml index d221e7c..2065f37 100644 --- a/.github/workflows/rpms.yml +++ b/.github/workflows/rpms.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.9' diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 38f34ba..596e24b 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.12' @@ -44,7 +44,7 @@ jobs: - name: Deploy docs to gh-pages if: ${{ github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 + uses: JamesIves/github-pages-deploy-action@fa24774553152dd7873cd16ebd8d959b010c5445 # v4.9.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2f5c45d..2d2fde0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }}