Skip to content

Commit 80fa965

Browse files
authored
Merge branch 'master' into feat/address-gh-comments-0.2.0
2 parents ed68060 + 3532828 commit 80fa965

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/hassfest.yml

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

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.11"]
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

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

0 commit comments

Comments
 (0)