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.
1 parent 2be3736 commit d77768aCopy full SHA for d77768a
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Checkout repository
49
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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@v4"
+ - uses: "actions/checkout@v5"
12
- uses: home-assistant/actions/hassfest@master
.github/workflows/pull_request.yml
@@ -16,7 +16,7 @@ jobs:
16
run: sudo apt -y install libxml2-utils
17
18
- name: Checkout Repository
19
20
21
- name: Set Up Python-${{ matrix.python-version }}
22
uses: actions/setup-python@v5
0 commit comments