Skip to content

Commit 61b5049

Browse files
authored
Merge pull request #39 from FelixMarschall/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.7 to 4.2.2
2 parents 8c6d694 + 9a28a99 commit 61b5049

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)