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 eb16ef9 commit 5649631Copy full SHA for 5649631
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4.2.2
24
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
25
id: python
26
- uses: actions/setup-python@v5.3.0
+ uses: actions/setup-python@v5.4.0
27
with:
28
python-version: ${{ env.DEFAULT_PYTHON }}
29
- name: Restore base HA-core Python ${{ env.DEFAULT_PYTHON }} environment
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments