Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00c6699

Browse files
Bump actions/setup-python from 5 to 6 in the actions group (#273)
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).Updates `actions/setup-python` from 5 to 6- [Release notes](https://github.com/actions/setup-python/releases)- [Commits](actions/setup-python@v5...v6)---updated-dependencies:- dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent3d85c31 commit00c6699

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
-uses:actions/checkout@v5
17-
-uses:actions/setup-python@v5
17+
-uses:actions/setup-python@v6
1818
with:
1919
python-version:"3.x"
2020
-uses:pre-commit/action@v3.0.1

‎.github/workflows/pypi-package.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
-uses:actions/checkout@v5
25-
-uses:actions/setup-python@v5
25+
-uses:actions/setup-python@v6
2626

2727
-name:Compile translations
2828
run:|

‎.github/workflows/tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
branch:["3.14", "3.13", "3.12"]
1616
steps:
1717
-uses:actions/checkout@v5
18-
-uses:actions/setup-python@v5
18+
-uses:actions/setup-python@v6
1919
with:
2020
python-version:${{ matrix.branch }}
2121
allow-prereleases:true
@@ -60,7 +60,7 @@ jobs:
6060
python-version:["3.12", "3"]
6161
steps:
6262
-uses:actions/checkout@v5
63-
-uses:actions/setup-python@v5
63+
-uses:actions/setup-python@v6
6464
with:
6565
python-version:${{ matrix.python-version }}
6666
allow-prereleases:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp