Skip to content

Commit 8dd43e7

Browse files
Update actions/checkout action to v6
1 parent 53e520a commit 8dd43e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hassfest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
hassfest_custom:
1111
runs-on: "ubuntu-latest"
1212
steps:
13-
- uses: "actions/checkout@v5.0.1"
13+
- uses: "actions/checkout@v6.0.0"
1414
- uses: home-assistant/actions/hassfest@master

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
validate-hacs:
1212
runs-on: "ubuntu-latest"
1313
steps:
14-
- uses: "actions/checkout@v5.0.1"
14+
- uses: "actions/checkout@v6.0.0"
1515
- name: HACS validation
1616
uses: "hacs/action@main"
1717
with:

0 commit comments

Comments
 (0)