We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad7c0d commit bb40229Copy full SHA for bb40229
1 file changed
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ on:
11
- cron: "0 0 * * *"
12
13
env:
14
- DEFAULT_PYTHON: "3.13"
+ DEFAULT_PYTHON: "3.14"
15
16
jobs:
17
pre-commit:
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v6
23
24
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
25
- uses: actions/setup-python@v4.6.1
+ uses: actions/setup-python@v6
26
with:
27
python-version: ${{ env.DEFAULT_PYTHON }}
28
cache: pip
@@ -44,7 +44,7 @@ jobs:
44
name: HACS
45
steps:
46
- name: Check out the repository
47
- uses: "actions/checkout@v3.5.3"
+ uses: "actions/checkout@v6"
48
49
- name: HACS validation
50
uses: "hacs/action@22.5.0"
@@ -56,7 +56,7 @@ jobs:
56
name: Hassfest
57
58
59
60
61
- name: Hassfest validation
62
uses: "home-assistant/actions/hassfest@master"
0 commit comments