From b6cdcd88d5dfe446b991a9f788df76b855358d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:15:47 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.6.0...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8081afe..5a1ddb6 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -13,7 +13,7 @@ jobs: with: enable-cache: true prune-cache: false - - uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065" # v5.6.0 + - uses: "actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c" # v6.0.0 with: python-version-file: "pyproject.toml" - run: "echo \"SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)\" >> $GITHUB_ENV" diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 6c6c15b..a26cac2 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: 'Setup Python' - uses: 'actions/setup-python@v6' + uses: 'actions/setup-python@v6.0.0' with: python-version: '3.12' - name: 'Install ciscoconfparse2' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4f00b0..31120e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: - {name: 'Minimum Versions', python: '3.11', os: 'ubuntu-latest', tox: 'py311'} steps: - uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # v5.0.0 - - uses: 'actions/setup-python@v6' + - uses: 'actions/setup-python@v6.0.0' with: python-version: '${{ matrix.python }}' - name: 'Display Python version'