We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b859a47 + b5e70c9 commit 639f401Copy full SHA for 639f401
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
--health-retries 5
25
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
28
- name: Install uv
29
uses: astral-sh/setup-uv@v5
30
- name: Setup python
.github/workflows/test_scraper_changes.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
name: Show changes in scraper results
10
11
12
with:
13
fetch-depth: 0
14
0 commit comments