We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b931448 commit b95da2cCopy full SHA for b95da2c
.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