Skip to content

Commit 42eafac

Browse files
Update actions/checkout action to v6
1 parent fca2548 commit 42eafac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

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@v4"
13+
- uses: "actions/checkout@v6"
1414
- uses: "home-assistant/actions/hassfest@master"

.github/workflows/releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: "Checkout the repository"
18-
uses: "actions/checkout@v4.2.2"
18+
uses: "actions/checkout@v6.0.1"
1919

2020
- name: "ZIP the integration directory"
2121
shell: "bash"

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

0 commit comments

Comments
 (0)