We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f205538 commit b1f5a7eCopy full SHA for b1f5a7e
2 files changed
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
with:
19
fetch-depth: 0
20
.github/workflows/pytest.yml
@@ -17,7 +17,7 @@ jobs:
- name: Cloning repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
21
22
23
0 commit comments