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.
2 parents f9ba1d4 + 723d723 commit 8c0519bCopy full SHA for 8c0519b
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install tox
25
run: python3 -m pip install --user "tox>=4.0.0rc1"
26
- name: Check out src from Git
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
with:
29
fetch-depth: 0 # needed by setuptools-scm
30
- name: Build dists
.github/workflows/tox.yml
@@ -27,7 +27,7 @@ jobs:
- docs-devel
- pkg
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
32
- name: Set up Python ${{ matrix.python-version }}
33
uses: actions/setup-python@v5
0 commit comments