We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5ca32a + 9396553 commit e0905beCopy full SHA for e0905be
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v4
14
15
- uses: actions/setup-python@v4
16
with:
.github/workflows/pytest.yml
@@ -15,7 +15,7 @@ jobs:
17
- name: Cloning repo
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
fetch-depth: 0
21
0 commit comments