From de04a20ab0474d10a387da293ab3b73d942c6c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:47:45 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 6 in /.github/workflows Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flake8.yml | 2 +- .github/workflows/mypy.yml | 2 +- .github/workflows/pylint.yml | 2 +- .github/workflows/pytest.yml | 2 +- .github/workflows/rst_lint.yml | 2 +- .github/workflows/snyk.yml | 2 +- .github/workflows/sphinx_docs.yml | 2 +- .github/workflows/sphinx_lint.yml | 2 +- .github/workflows/yamllint.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index e9929482..3276e9df 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} # This is the version of the action for setting up Python, # not the Python version. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} # You can test your matrix by printing the current diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 0e85a532..64cb77ef 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} # This is the version of the action for setting up Python, # not the Python version. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} # You can test your matrix by printing the current Python version diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 63932560..b8d28e63 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} # This is the version of the action for setting up Python, # not the Python version. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} # You can test your matrix by printing the current diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 152b8b16..efe37921 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} # This is the version of the action for setting up Python, # not the Python version. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Check to make sure that the module is in your Python path diff --git a/.github/workflows/rst_lint.yml b/.github/workflows/rst_lint.yml index 95351783..1833bde1 100644 --- a/.github/workflows/rst_lint.yml +++ b/.github/workflows/rst_lint.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} # This is the version of the action for setting up Python, # not the Python version. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 825a27af..e145fa22 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@master - uses: snyk/actions/setup@master # Source: https://github.com/actions/setup-python - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.11' check-latest: true diff --git a/.github/workflows/sphinx_docs.yml b/.github/workflows/sphinx_docs.yml index 33b86ede..6f358d71 100644 --- a/.github/workflows/sphinx_docs.yml +++ b/.github/workflows/sphinx_docs.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} # This is the version of the action for setting up Python, # not the Python version. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/sphinx_lint.yml b/.github/workflows/sphinx_lint.yml index 99a81fce..6f60adf5 100644 --- a/.github/workflows/sphinx_lint.yml +++ b/.github/workflows/sphinx_lint.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} # This is the version of the action for setting up Python, # not the Python version. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 2bdf6acd..6d3712e1 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} # This is the version of the action for setting up # Python, not the Python version. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} # You can test your matrix by printing the current Python version