Skip to content

Commit 639f401

Browse files
authored
Merge pull request #164 from Datenschule/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents b859a47 + b5e70c9 commit 639f401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v2
27+
- uses: actions/checkout@v4
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@v5
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@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: Install uv

0 commit comments

Comments
 (0)