Skip to content

Commit 5fb5951

Browse files
authored
Merge pull request #138 from LukasGrebe/dependabot/github_actions/actions/checkout-4.2.1
Bump actions/checkout from 4.1.7 to 4.2.1
2 parents f7b9dcb + cb2b96c commit 5fb5951

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: ⤵️ Check out code from GitHub
18-
uses: actions/checkout@v4.1.7
18+
uses: actions/checkout@v4.2.1
1919

2020
- name: Get information
2121
id: info

.github/workflows/lint.yaml

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

2121
steps:
2222
- name: ⤵️ Check out code from GitHub
23-
uses: actions/checkout@v4.1.7
23+
uses: actions/checkout@v4.2.1
2424

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

.github/workflows/tester.yaml

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

1616
steps:
1717
- name: ⤵️ Check out code from GitHub
18-
uses: actions/checkout@v4.1.7
18+
uses: actions/checkout@v4.2.1
1919

2020
- name: Get information
2121
id: info

0 commit comments

Comments
 (0)