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 a1a000e + a010442 commit c11b2acCopy full SHA for c11b2ac
.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@v5
+ uses: actions/checkout@v6
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@v5
+ - uses: actions/checkout@v6
31
32
- name: Set up Python ${{ matrix.python-version }}
33
uses: actions/setup-python@v6
0 commit comments