summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 30632cf25..a496b4364 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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 827f389e1..7949de17a 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -78,7 +78,7 @@ jobs:
# yamllint enable rule:line-length
- name: Setup Python
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml
index 9331882f6..9ccc3b3d3 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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index 2ea54c393..b13771303 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -32,7 +32,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index cdda88f6f..4b09d8683 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "${{ matrix.python-version }}"
@@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- name: Setup Python
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml
index 27dbfae7f..f572572aa 100644
--- a/.github/workflows/l10n.yml
+++ b/.github/workflows/l10n.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
@@ -82,7 +82,7 @@ jobs:
steps:
- name: Setup Python
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "${{ env.PYTHON_VERSION }}"