We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707b18e commit 75f9847Copy full SHA for 75f9847
.github/workflows/pypi-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
with:
19
token: ${{ secrets.PYPI_PUBLISH_PAT }}
20
fetch-depth: 0
.github/workflows/python.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
- name: Check out ${{ github.ref }}
34
35
36
- name: Set up Python ${{ matrix.python-version }}
37
uses: actions/setup-python@v4
0 commit comments