diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index ef5c2fbf3..639b31e5a 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "${{ env.PYTHON_VERSION }}" diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index f5e4a50f2..a15500728 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "${{ env.PYTHON_VERSION }}" diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index e84228631..fb07b900c 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Setup Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "${{ env.PYTHON_VERSION }}" diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 52ac58985..a2a16ca59 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Setup Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "${{ env.PYTHON_VERSION }}" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ea353a64a..f0e3f486c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Setup Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "${{ env.PYTHON_VERSION }}" diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 28c7c7559..c2e14b2ae 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Setup Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "${{ env.PYTHON_VERSION }}" @@ -82,7 +82,7 @@ jobs: steps: - name: Setup Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "${{ env.PYTHON_VERSION }}"