We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ae7a2 commit d2ad48fCopy full SHA for d2ad48f
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
63
run: cd docs && make html
64
65
steps:
66
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
67
68
- name: Setup Python environment
69
uses: ./.github/actions/setup-venv
@@ -105,7 +105,7 @@ jobs:
105
needs: [checks]
106
if: startsWith(github.ref, 'refs/tags/')
107
108
109
with:
110
fetch-depth: 0
111
.github/workflows/pr_checks.yml
@@ -18,7 +18,7 @@ jobs:
18
if: github.event_name == 'pull_request'
19
20
21
22
23
24
0 commit comments