From bf14f5e47293e9e945a3267581c196e481042b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:13:25 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 6 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/wipac-cicd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wipac-cicd.yml b/.github/workflows/wipac-cicd.yml index c47089e4..9e65bca6 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v5 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - uses: WIPACrepo/wipac-dev-flake8-action@v1.3 @@ -56,7 +56,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - uses: WIPACrepo/wipac-dev-mypy-action@v2.0 @@ -110,7 +110,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - name: example @@ -183,7 +183,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - name: tests @@ -230,7 +230,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - name: install deps