summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-05 11:42:40 +0200
committerGitHub <noreply@github.com>2025-09-05 11:42:40 +0200
commit25953fa32e91ef3cf2fd019d6d45292b4de04e7e (patch)
treecf3d75c2c1cbb16a15221835fd17a6054c7d72e0
parenta966e10bf5cdb0595ec273b31a2bcdc9164b17b7 (diff)
[upd] github-actions: Bump actions/setup-python from 5.6.0 to 6.0.0 (#5181)
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/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/checker.yml2
-rw-r--r--.github/workflows/container.yml2
-rw-r--r--.github/workflows/data-update.yml2
-rw-r--r--.github/workflows/documentation.yml2
-rw-r--r--.github/workflows/integration.yml4
-rw-r--r--.github/workflows/l10n.yml4
6 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml
index 5b366df96..119030022 100644
--- a/.github/workflows/checker.yml
+++ b/.github/workflows/checker.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- name: Setup Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 4d1f59b07..03cbdcd59 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -130,7 +130,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml
index 771be0047..442043d19 100644
--- a/.github/workflows/data-update.yml
+++ b/.github/workflows/data-update.yml
@@ -40,7 +40,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index 8fc318794..ae0daedf6 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -32,7 +32,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index a14deba1c..6d07c3b1f 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -34,7 +34,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "${{ matrix.python-version }}"
@@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- name: Setup Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml
index fc1a54f49..9890cc643 100644
--- a/.github/workflows/l10n.yml
+++ b/.github/workflows/l10n.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
@@ -82,7 +82,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"