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 e97b846 commit 21bdf4fCopy full SHA for 21bdf4f
.github/workflows/publish.yml
@@ -17,9 +17,9 @@ jobs:
17
- python: "3.8"
18
urllib3-line: "ge2"
19
steps:
20
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v5
21
- name: Set up Python
22
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python }}
25
- name: Install deps
.github/workflows/test.yml
@@ -15,9 +15,9 @@ jobs:
15
16
- name: Setup Python
0 commit comments