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

Commitc556592

Browse files
authored
Merge pull request#174 from python/dependabot/github_actions/actions-e4f981a896
Bump the actions group with 5 updates
2 parents6e9bcaa +40e175b commitc556592

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

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

‎.github/workflows/pypi-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
-uses:actions/checkout@v4
2222

23-
-uses:hynek/build-and-inspect-python-package@v1
23+
-uses:hynek/build-and-inspect-python-package@v2
2424

2525
# Upload to real PyPI on GitHub Releases.
2626
release-pypi:
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
-name:Download packages built by build-and-inspect-python-package
41-
uses:actions/download-artifact@v3
41+
uses:actions/download-artifact@v4
4242
with:
4343
name:Packages
4444
path:dist

‎.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
branch:["origin/main", "3.12", "3.11", "3.10", "3.9", "3.8"]
1616
steps:
1717
-uses:actions/checkout@v4
18-
-uses:actions/setup-python@v4
18+
-uses:actions/setup-python@v5
1919
with:
2020
python-version:3
2121
allow-prereleases:true
@@ -44,7 +44,7 @@ jobs:
4444
run:|
4545
cat ./logs/docsbuild.log
4646
-name:Upload
47-
uses:actions/upload-artifact@v3
47+
uses:actions/upload-artifact@v4
4848
with:
49-
name:doc-html
49+
name:doc-html-${{ matrix.branch }}
5050
path:www/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp