Skip to content

Commit 215f687

Browse files
Update actions/setup-python action to v7
1 parent 053d0d0 commit 215f687

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v7
2929
- name: Set up Python and determine minor version for ${{ env.DEFAULT_PYTHON }}
3030
id: python
31-
uses: actions/setup-python@v6
31+
uses: actions/setup-python@v7
3232
with:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
- name: Fetch HA pyproject
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v7
139139
- name: Set up Python ${{ matrix.python-version }}
140140
id: python
141-
uses: actions/setup-python@v6
141+
uses: actions/setup-python@v7
142142
with:
143143
python-version: ${{ matrix.python-version }}
144144
- name: Restore cached environment

0 commit comments

Comments
 (0)