Skip to content

Commit 9a28a99

Browse files
Bump actions/checkout from 4.1.7 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 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.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff05502 commit 9a28a99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
changed: ${{ steps.changed_addons.outputs.changed }}
2222
steps:
2323
- name: Check out the repository
24-
uses: actions/checkout@v4.1.7
24+
uses: actions/checkout@v4.2.2
2525
with:
2626
submodules: recursive
2727

@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Check out repository
73-
uses: actions/checkout@v4.1.7
73+
uses: actions/checkout@v4.2.2
7474
with:
7575
submodules: recursive
7676

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
addons: ${{ steps.addons.outputs.addons_list }}
1919
steps:
2020
- name: ⤵️ Check out code from GitHub
21-
uses: actions/checkout@v4.1.7
21+
uses: actions/checkout@v4.2.2
2222

2323
- name: 🔍 Find add-on directories
2424
id: addons
@@ -33,7 +33,7 @@ jobs:
3333
path: ${{ fromJson(needs.find.outputs.addons) }}
3434
steps:
3535
- name: ⤵️ Check out code from GitHub
36-
uses: actions/checkout@v4.1.7
36+
uses: actions/checkout@v4.2.2
3737

3838
- name: 🚀 Run Home Assistant Add-on Lint
3939
uses: frenck/action-addon-linter@v2.15

0 commit comments

Comments
 (0)