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 da51f96 commit 93f2017Copy full SHA for 93f2017
.github/workflows/hacs.yml
@@ -15,7 +15,7 @@ jobs:
15
name: HACS Action
16
runs-on: "ubuntu-latest"
17
steps:
18
- - uses: "actions/checkout@v4.1.7"
+ - uses: "actions/checkout@v4.2.0"
19
- name: HACS Action
20
uses: "hacs/action@main"
21
with:
.github/workflows/hassfest.yml
@@ -10,5 +10,5 @@ jobs:
10
validate:
11
12
13
14
- uses: "home-assistant/actions/hassfest@master"
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
- "3.10"
22
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.0
23
24
fetch-depth: 2
25
- name: Set up Python ${{ matrix.python-version }}
0 commit comments