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

Commit89749f3

Browse files
authored
Update actions to latest versions.
1 parentced5d9d commit89749f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
name:Build & Upload Artifact
1818
runs-on:ubuntu-latest
1919
steps:
20-
-uses:actions/checkout@v3
20+
-uses:actions/checkout@v4
2121

22-
-uses:actions/setup-python@v3
22+
-uses:actions/setup-python@v5
2323
with:
2424
python-version:"3.10"
2525

‎.github/workflows/test_and_deploy.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
python-version:['3.10', '3.11', '3.12']
2828

2929
steps:
30-
-uses:actions/checkout@v3
30+
-uses:actions/checkout@v4
3131

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp