Skip to content

Commit bd46a13

Browse files
authored
Merge pull request #189 from Datenschule/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4509671 + 5a324a7 commit bd46a13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
attestations: write
1616
id-token: write
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Log in to Docker Hub
2020
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
2121
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
--health-retries 5
2525
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@v6
3030
- name: Setup python

.github/workflows/test_scraper_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
name: Show changes in scraper results
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- name: Install uv

0 commit comments

Comments
 (0)