Skip to content

Commit 548127f

Browse files
Merge pull request #5 from elliotwutingfeng/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents ec61062 + a4ec26d commit 548127f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scraper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: checkout repo content
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: setup python
1616
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)