Skip to content

Commit aac5e44

Browse files
Update actions/checkout action to v4.2.1 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 817439a commit aac5e44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: ⤵️ Check out code from GitHub
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818

1919
- name: 🚀 Run Home Assistant Add-on Lint
2020
uses: frenck/action-addon-linter@v2

.github/workflows/publisher.yaml

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

2424
steps:
2525
- name: Checkout the repository
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727

2828
- name: Get version
2929
run: |

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
prerelease: false
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
- name: Checkout addon repo
64-
uses: actions/[email protected].0
64+
uses: actions/[email protected].1
6565
with:
6666
path: repo
6767
repository: lildude/ha-addons

.github/workflows/test.yaml

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

3333
steps:
3434
- name: Check out repository
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636

3737
- name: Build add-on
3838
uses: home-assistant/[email protected]

0 commit comments

Comments
 (0)