Skip to content

Commit 7e1f7da

Browse files
chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 (#230)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20dfa69 commit 7e1f7da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: "20.18.0"
2828

2929
- name: 设置 Python
30-
uses: actions/setup-python@v6.0.0
30+
uses: actions/setup-python@v6.1.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@v6
1212

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

0 commit comments

Comments
 (0)