Skip to content

Commit

Permalink
Use Python 3.11 for Generate HACS Data action
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 26, 2023
1 parent 000c663 commit ad64bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/[email protected]
id: python
with:
python-version: "3.x"
python-version: "3.11"
cache: 'pip'
cache-dependency-path: |
requirements_base.txt
Expand Down

0 comments on commit ad64bc7

Please sign in to comment.