Skip to content

Commit 7cb01cd

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2 (#144)
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 d8c6812 commit 7cb01cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: ⤵️ Check out code from GitHub
20-
uses: actions/[email protected].1
20+
uses: actions/[email protected].2
2121

2222
- name: Get information
2323
id: info

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: ⤵️ Check out code from GitHub
24-
uses: actions/[email protected].1
24+
uses: actions/[email protected].2
2525

2626
- name: 🚀 Run Home Assistant Add-on Lint
2727
uses: frenck/[email protected]

.github/workflows/tester.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: ⤵️ Check out code from GitHub
21-
uses: actions/[email protected].1
21+
uses: actions/[email protected].2
2222

2323
- name: Get information
2424
id: info

0 commit comments

Comments
 (0)