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

Commit71280f6

Browse files
authored
Missed a few.
1 parent89749f3 commit71280f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs:build-docs
5050
if:contains(github.ref, 'tags')
5151
steps:
52-
-uses:actions/checkout@v3
52+
-uses:actions/checkout@v4
5353
-uses:actions/download-artifact@v4.1.7
5454
with:
5555
name:docs

‎.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run:python -m tox
5555

5656
-name:Upload pytest test results
57-
uses:actions/upload-artifact@v3
57+
uses:actions/upload-artifact@v4
5858
with:
5959
name:pytest-results-${{ matrix.platform }} py${{ matrix.python-version }}
6060
path:reports/
@@ -83,9 +83,9 @@ jobs:
8383
permissions:
8484
id-token:write
8585
steps:
86-
-uses:actions/checkout@v2
86+
-uses:actions/checkout@v4
8787
-name:Set up Python
88-
uses:actions/setup-python@v2
88+
uses:actions/setup-python@v5
8989
with:
9090
python-version:"3.x"
9191
-name:Install build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp