Skip to content

Commit 5649631

Browse files
Update actions/setup-python action to v5.4.0
1 parent eb16ef9 commit 5649631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4.2.2
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v5.3.0
26+
uses: actions/setup-python@v5.4.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
- name: Restore base HA-core Python ${{ env.DEFAULT_PYTHON }} environment
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4.2.2
6969
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
7070
id: python
71-
uses: actions/setup-python@v5.3.0
71+
uses: actions/setup-python@v5.4.0
7272
with:
7373
python-version: ${{ env.DEFAULT_PYTHON }}
7474
- name: Restore base HA-core Python ${{ env.DEFAULT_PYTHON }} environment

0 commit comments

Comments
 (0)