Skip to content

Commit 6ae62c4

Browse files
⬆️ Update actions/setup-python action to v5.6.0 (#921)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d69ccac commit 6ae62c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
- name: ⤵️ Checkout repository
128128
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
129+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
130130
with:
131131
python-version: ${{ matrix.python-version }}
132132
- name: 🏗 Install uv and Python
@@ -205,7 +205,7 @@ jobs:
205205
python-version: ${{ fromJSON(needs.info.outputs.python_versions) }}
206206
steps:
207207
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
208-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
208+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
209209
with:
210210
python-version: ${{ matrix.python-version }}
211211
architecture: ${{ (matrix.platform.name == 'Windows') && matrix.platform.target || '' }}
@@ -284,7 +284,7 @@ jobs:
284284
python-version: ${{ fromJSON(needs.info.outputs.python_versions) }}
285285
steps:
286286
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
287-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
287+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
288288
with:
289289
python-version: ${{ matrix.python-version }}
290290
- name: 🏗 Set package version
@@ -344,7 +344,7 @@ jobs:
344344
- name: 🏗 Install uv
345345
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
346346
- name: 🏗 Setup Python
347-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
347+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
348348
with:
349349
python-version: ${{ needs.info.outputs.default_python_version }}
350350
- name: Download requirements-test.txt

0 commit comments

Comments
 (0)