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

Commitc8f0df0

Browse files
Merge pull request#2070 from gitpython-developers/dependabot/github_actions/actions/setup-python-6
2 parents6bc047a +ca51dad commitc8f0df0

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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
-uses:actions/checkout@v5
1414

15-
-uses:actions/setup-python@v5
15+
-uses:actions/setup-python@v6
1616
with:
1717
python-version:"3.x"
1818

‎.github/workflows/pythonpackage.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth:0
4545

4646
-name:Set up Python ${{ matrix.python-version }}
47-
uses:actions/setup-python@v5
47+
uses:actions/setup-python@v6
4848
with:
4949
python-version:${{ matrix.python-version }}
5050
allow-prereleases:${{ matrix.experimental }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp