Skip to content

Commit 0d7507b

Browse files
Update actions/checkout action to v5 (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8aa9cb commit 0d7507b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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/checkout@v4.3.0
17+
uses: actions/checkout@v5.0.0
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/checkout@v4.3.0
26+
uses: actions/checkout@v5.0.0
2727

2828
- name: Get version
2929
run: |

.github/workflows/releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packages: write
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
path: teslamate
2525
token: ${{ secrets.GITHUB_TOKEN }}
@@ -61,7 +61,7 @@ jobs:
6161
prerelease: false
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
- name: Checkout addon repo
64-
uses: actions/checkout@v4.3.0
64+
uses: actions/checkout@v5.0.0
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/checkout@v4.3.0
35+
uses: actions/checkout@v5.0.0
3636

3737
- name: Build add-on
3838
uses: home-assistant/builder@2025.03.0

0 commit comments

Comments
 (0)