Skip to content

Commit 4b745e5

Browse files
Update actions/checkout action to v6
1 parent ace88f8 commit 4b745e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check out the codebase
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Find add-on directories
2828
id: addons
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Check out the codebase
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
- name: Run Home Assistant Add-on Lint
4646
uses: frenck/action-addon-linter@v2

.github/workflows/prometheus_node_exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout the repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Login to GitHub Container Registry
1515
uses: docker/login-action@v3
1616
with:

0 commit comments

Comments
 (0)