Skip to content

Commit 84f3aa8

Browse files
chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b9894e commit 84f3aa8

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)