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

Commitd1cb8c7

Browse files
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.- [Release notes](https://github.com/actions/setup-python/releases)- [Commits](actions/setup-python@v4...v5)---updated-dependencies:- dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parent4a9922f commitd1cb8c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
-uses:actions/checkout@v4
1111

12-
-uses:actions/setup-python@v4
12+
-uses:actions/setup-python@v5
1313
with:
1414
python-version:"3.x"
1515

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth:0
3131

3232
-name:Set up Python ${{ matrix.python-version }}
33-
uses:actions/setup-python@v4
33+
uses:actions/setup-python@v5
3434
with:
3535
python-version:${{ matrix.python-version }}
3636
allow-prereleases:${{ matrix.experimental }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp