Skip to content

Commit 7a7bbd4

Browse files
Bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf1ca55 commit 7a7bbd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: ⤵️ Check out code from GitHub
11-
uses: actions/checkout@v4.1.1
11+
uses: actions/checkout@v5
1212

1313
- name: 🚀 Run Home Assistant Add-on Lint
1414
uses: frenck/action-addon-linter@v2.18

.github/workflows/publish.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: Checkout the repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v5
1919

2020
- name: Login to GH Container registry
2121
uses: docker/login-action@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v5
1515
- name: Test build
1616
uses: home-assistant/builder@2025.03.0
1717
with:

0 commit comments

Comments
 (0)