We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5fe33 commit aeff24bCopy full SHA for aeff24b
.github/workflows/verify.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v5
30
- name: Set up Python and determine minor version for ${{ env.DEFAULT_PYTHON }}
31
id: python
32
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
33
with:
34
python-version: ${{ env.DEFAULT_PYTHON }}
35
- name: Fetch HA pyproject
@@ -139,7 +139,7 @@ jobs:
139
140
- name: Set up Python ${{ matrix.python-version }}
141
142
143
144
python-version: ${{ matrix.python-version }}
145
- name: Restore cached environment
0 commit comments