🌐 AI搜索 & 代理 主页
Skip to content

Commit 6cedd18

Browse files
Bump actions/setup-python from 2 to 6 (#2646)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08381a4 commit 6cedd18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
dotnet-version: '8.0.x'
6363

6464
- name: Set up Python ${{ matrix.python }}
65-
uses: actions/setup-python@v2
65+
uses: actions/setup-python@v6
6666
with:
6767
python-version: ${{ matrix.python }}
6868
architecture: ${{ matrix.os.platform }}

.github/workflows/nuget-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dotnet-version: '6.0.x'
3030

3131
- name: Set up Python 3.8
32-
uses: actions/setup-python@v2
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: 3.8
3535
architecture: x64

0 commit comments

Comments
 (0)