Skip to content

Commit 4246b0f

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 7756c91 commit 4246b0f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/home-assistant.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: HACS
1313
steps:
1414
- name: Check out the repository
15-
uses: "actions/checkout@v4"
15+
uses: "actions/checkout@v5"
1616

1717
- name: HACS validation
1818
uses: "hacs/action@22.5.0"
@@ -24,7 +24,7 @@ jobs:
2424
name: Hassfest
2525
steps:
2626
- name: Check out the repository
27-
uses: "actions/checkout@v4"
27+
uses: "actions/checkout@v5"
2828

2929
- name: Hassfest validation
3030
uses: "home-assistant/actions/hassfest@master"

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Prepare and install deps
1818
uses: ./.github/actions/install-deps

.github/workflows/manage-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Run Labeler
1717
uses: crazy-max/ghaction-github-labeler@v5.3.0

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out the repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Prepare and install deps
1515
uses: ./.github/actions/install-deps

0 commit comments

Comments
 (0)