Skip to content

Commit aeff24b

Browse files
Update actions/setup-python action to v6 (#786)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f5fe33 commit aeff24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030
- name: Set up Python and determine minor version for ${{ env.DEFAULT_PYTHON }}
3131
id: python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{ env.DEFAULT_PYTHON }}
3535
- name: Fetch HA pyproject
@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@v5
140140
- name: Set up Python ${{ matrix.python-version }}
141141
id: python
142-
uses: actions/setup-python@v5
142+
uses: actions/setup-python@v6
143143
with:
144144
python-version: ${{ matrix.python-version }}
145145
- name: Restore cached environment

0 commit comments

Comments
 (0)