We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4509671 + 5a324a7 commit bd46a13Copy full SHA for bd46a13
3 files changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
attestations: write
16
id-token: write
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Log in to Docker Hub
20
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
21
with:
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
--health-retries 5
25
26
27
28
- name: Install uv
29
uses: astral-sh/setup-uv@v6
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
13
fetch-depth: 0
14
0 commit comments