We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d117021 + 301ef5c commit d983b1cCopy full SHA for d983b1c
.github/workflows/python-package.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Check out repository
22
uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Install Poetry
0 commit comments