Skip to content

Commit fe5af7e

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 4df2949 commit fe5af7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crawler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Set up Python 3.10
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.13.7'
1919
- name: Install dependencies

0 commit comments

Comments
 (0)