Skip to content

Commit 642233f

Browse files
committed
setup-python 6 and python-version: ">=3.11"
1 parent 23b93f0 commit 642233f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ runs:
3030
using: "composite"
3131
steps:
3232
- name: Set up Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
35-
python-version: "3.11"
35+
python-version: ">=3.11"
3636

3737
- name: Install alert2issue
3838
shell: bash

0 commit comments

Comments
 (0)