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 ace88f8 commit 4b745e5Copy full SHA for 4b745e5
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Check out the codebase
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
27
- name: Find add-on directories
28
id: addons
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
- name: Run Home Assistant Add-on Lint
46
uses: frenck/action-addon-linter@v2
.github/workflows/prometheus_node_exporter.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout the repository
13
14
- name: Login to GitHub Container Registry
15
uses: docker/login-action@v3
16
with:
0 commit comments