Skip to content

Commit b35f93a

Browse files
Merge pull request #246 from cyr-ius/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f26348a + c2117ac commit b35f93a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-lint.yml

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

1414
steps:
1515
- name: 📥 Checkout the repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v6

.github/workflows/hacs.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: 📥 Checkout the repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: HACS Action
1717
uses: "hacs/action@main"

.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@v5"
11+
- uses: "actions/checkout@v6"
1212
- uses: "home-assistant/actions/hassfest@master"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Generate changelog
1717
id: changelog

0 commit comments

Comments
 (0)