Skip to content

Commit f2e4dd9

Browse files
Update actions/checkout action to v6.0.1 (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 040c134 commit f2e4dd9

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/[email protected].0"
13+
- uses: "actions/[email protected].1"
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/[email protected].0"
14+
- uses: "actions/[email protected].1"
1515
- name: HACS validation
1616
uses: "hacs/action@main"
1717
with:

0 commit comments

Comments
 (0)