Skip to content

Commit c8cb26f

Browse files
authored
Merge pull request #210 from jaroschek/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d7f14fd + 2214015 commit c8cb26f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hacs.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"
14+
- uses: "actions/checkout@v6"
1515
- name: HACS validation
1616
uses: "hacs/action@main"
1717
with:

.github/workflows/hassfest.yaml

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

0 commit comments

Comments
 (0)