Skip to content

Commit dc76cf7

Browse files
chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#307)
1 parent 1b9894e commit dc76cf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/SyncDoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: "lts/*"
2828

2929
- name: 设置 Python
30-
uses: actions/setup-python@v6.2.0
30+
uses: actions/setup-python@v6.3.0
3131
with:
3232
python-version: "3.12.4"
3333

.github/workflows/SyncGreasyFork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v7
1212

1313
- name: 设置 Python
14-
uses: actions/setup-python@v6.2.0
14+
uses: actions/setup-python@v6.3.0
1515
with:
1616
python-version: "3.12.4"
1717

0 commit comments

Comments
 (0)