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 28a0236Copy full SHA for 28a0236
.github/workflows/pull_request.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Set Up Python-${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
0 commit comments