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 f30c304 commit 9ad636cCopy full SHA for 9ad636c
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Set up Python
19
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
20
with:
21
python-version: '3.x'
22
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Set up Python ${{ matrix.python }}
28
- uses: actions/setup-python@v4
29
30
python-version: ${{ matrix.python }}
31
0 commit comments