Skip to content

Commit 3246750

Browse files
Bump actions/checkout from 7.0.0 to 7.0.1 (#444)
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79ec6e3 commit 3246750

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hacs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: HACS Action
1616
runs-on: "ubuntu-latest"
1717
steps:
18-
- uses: "actions/checkout@v7.0.0"
18+
- uses: "actions/checkout@v7.0.1"
1919
- name: HACS Action
2020
uses: "hacs/action@main"
2121
with:

.github/workflows/hassfest.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@v7.0.0"
13+
- uses: "actions/checkout@v7.0.1"
1414
- uses: "home-assistant/actions/hassfest@master"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "3.13"
2121

2222
steps:
23-
- uses: actions/checkout@v7.0.0
23+
- uses: actions/checkout@v7.0.1
2424
with:
2525
fetch-depth: 2
2626
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)