There was an error while loading. Please reload this page.
1 parent 053d0d0 commit 215f687Copy full SHA for 215f687
1 file changed
.github/workflows/verify.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v7
29
- name: Set up Python and determine minor version for ${{ env.DEFAULT_PYTHON }}
30
id: python
31
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
32
with:
33
python-version: ${{ env.DEFAULT_PYTHON }}
34
- name: Fetch HA pyproject
@@ -138,7 +138,7 @@ jobs:
138
139
- name: Set up Python ${{ matrix.python-version }}
140
141
142
143
python-version: ${{ matrix.python-version }}
144
- name: Restore cached environment
0 commit comments