Skip to content

Commit 7c2cc33

Browse files
chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 (#245)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent a50c54c commit 7c2cc33

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.1.0
30+
uses: actions/setup-python@v6.2.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.1.0
14+
uses: actions/setup-python@v6.2.0
1515
with:
1616
python-version: "3.12.4"
1717

0 commit comments

Comments
 (0)