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 36b0336 commit 8206e7dCopy full SHA for 8206e7d
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- uses: actions/checkout@v4
34
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
35
with:
36
python-version: ${{ matrix.python-version }}
37
cache: pip
.github/workflows/publish-to-pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Set up Python 3.8
13
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
14
15
python-version: 3.8
16
0 commit comments