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

Commit68272aa

Browse files
authored
Merge pull request#1763 from gitpython-developers/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents4a9922f +d1cb8c7 commit68272aa

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