We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b931448 commit f680d5dCopy full SHA for f680d5d
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
# use fetch --all for setuptools_scm to work
28
with:
29
fetch-depth: 0
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
- name: Set up Python 3.10
17
uses: actions/setup-python@v4
18
0 commit comments