Skip to content

Commit 670af03

Browse files
Update actions/checkout action to v6
1 parent 7719714 commit 670af03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: "Checkout"
16-
uses: "actions/checkout@v5"
16+
uses: "actions/checkout@v6"
1717
- name: "Verify the release version"
1818
uses: technote-space/package-version-check-action@v1
1919
with:

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: "With hassfest"
1212
runs-on: "ubuntu-latest"
1313
steps:
14-
- uses: "actions/checkout@v5"
14+
- uses: "actions/checkout@v6"
1515
- uses: home-assistant/actions/hassfest@master
1616

1717
hacs:

0 commit comments

Comments
 (0)