Skip to content

Commit 24f7d39

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2 (#298)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0268a52 commit 24f7d39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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/[email protected].1"
18+
- uses: "actions/[email protected].2"
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/[email protected].1"
13+
- uses: "actions/[email protected].2"
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
@@ -19,7 +19,7 @@ jobs:
1919
- "3.10"
2020

2121
steps:
22-
- uses: actions/[email protected].1
22+
- uses: actions/[email protected].2
2323
with:
2424
fetch-depth: 2
2525
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)