Skip to content

Commit d83885b

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 61e048c commit d83885b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/hassfest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
validate:
99
runs-on: "ubuntu-latest"
1010
steps:
11-
- uses: "actions/checkout@v4"
11+
- uses: "actions/checkout@v5"
1212
- uses: home-assistant/actions/hassfest@master

.github/workflows/python-app.yml

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

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Python 3.8
2020
uses: actions/setup-python@v5
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: 📥 Checkout the repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: 🛠️ Set up Python
2323
uses: actions/setup-python@v5

.github/workflows/validate_hacs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
validate:
99
runs-on: "ubuntu-latest"
1010
steps:
11-
- uses: "actions/checkout@v4"
11+
- uses: "actions/checkout@v5"
1212
- name: HACS validation
1313
uses: "hacs/action@main"
1414
with:

0 commit comments

Comments
 (0)