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 67f82f1 commit 5bae5d9Copy full SHA for 5bae5d9
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
os: [ubuntu-latest]
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v5
.github/workflows/flake8_py_version_check.yml
@@ -8,7 +8,7 @@ jobs:
8
check-versions:
9
runs-on: ubuntu-latest
10
11
12
- name: Set up Python 3.12
13
with:
.github/workflows/pypi_upload.yml
@@ -10,7 +10,7 @@ jobs:
- name: Set up Python
0 commit comments