We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1eab1 commit c5e06d8Copy full SHA for c5e06d8
.github/workflows/pypi-publish.yml
@@ -13,9 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
- name: Set up Python 3.11
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
19
with:
20
python-version: 3.11
21
- name: Install dependencies
.github/workflows/pypi-test.yml
@@ -16,9 +16,9 @@ jobs:
name: Python ${{ matrix.python-version }}
- name: Setup Python
22
23
python-version: ${{ matrix.python-version }}
24
cache: 'pip'
0 commit comments