We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed68060 + 3532828 commit 80fa965Copy full SHA for 80fa965
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Checkout repository
49
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
.github/workflows/hassfest.yml
@@ -8,5 +8,5 @@ jobs:
8
validate:
9
runs-on: "ubuntu-latest"
10
11
- - uses: "actions/checkout@v3"
+ - uses: "actions/checkout@v4"
12
- uses: home-assistant/actions/hassfest@master
.github/workflows/pull_request.yml
@@ -13,7 +13,7 @@ jobs:
13
python-version: ["3.11"]
14
15
- name: Checkout Repository
16
17
18
- name: Set Up Python-${{ matrix.python-version }}
19
uses: actions/setup-python@v4
0 commit comments