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.
2 parents 0ade748 + fe20fbc commit 28569f8Copy full SHA for 28569f8
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/hassfest.yaml
@@ -8,5 +8,5 @@ jobs:
8
validate:
9
runs-on: "ubuntu-latest"
10
11
- - uses: "actions/checkout@v4"
+ - uses: "actions/checkout@v5"
12
- uses: home-assistant/actions/hassfest@master
.github/workflows/validate-integration.yaml
@@ -12,7 +12,7 @@ jobs:
13
name: Validate
14
15
16
17
- name: HACS validation
18
uses: "hacs/action@main"
0 commit comments