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

Commit5f24b5f

Browse files
committed
Using latest GitHub action versions
1 parent87100ea commit5f24b5f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
toxenv:[django_not_installed, ruff, pylint, readme]
1717

1818
steps:
19-
-uses:actions/checkout@v3
19+
-uses:actions/checkout@v4
2020
-name:Set up Python ${{ matrix.python-version }}
21-
uses:actions/setup-python@v4
21+
uses:actions/setup-python@v5
2222
with:
2323
python-version:${{ matrix.python-version }}
2424

@@ -43,9 +43,9 @@ jobs:
4343
django-version:["5.0", "-main"]
4444

4545
steps:
46-
-uses:actions/checkout@v3
46+
-uses:actions/checkout@v4
4747
-name:Set up Python ${{ matrix.python-version }}
48-
uses:actions/setup-python@v4
48+
uses:actions/setup-python@v5
4949
with:
5050
python-version:${{ matrix.python-version }}
5151

@@ -67,9 +67,9 @@ jobs:
6767
pip install coveralls
6868
coveralls --service=github
6969
70-
test:
70+
test_maintained:
7171
name:
72-
testlatest / Django@${{ matrix.django-version }} / Python@${{
72+
testmaintained / Django@${{ matrix.django-version }} / Python@${{
7373
matrix.python-version }}
7474
runs-on:ubuntu-latest
7575
strategy:
@@ -79,9 +79,9 @@ jobs:
7979
django-version:["4.0", "4.1", "4.2"]
8080

8181
steps:
82-
-uses:actions/checkout@v3
82+
-uses:actions/checkout@v4
8383
-name:Set up Python ${{ matrix.python-version }}
84-
uses:actions/setup-python@v4
84+
uses:actions/setup-python@v5
8585
with:
8686
python-version:${{ matrix.python-version }}
8787

@@ -107,9 +107,9 @@ jobs:
107107
django-version:[3.2, 3.1, "3.0", "2.2"]
108108

109109
steps:
110-
-uses:actions/checkout@v3
110+
-uses:actions/checkout@v4
111111
-name:Set up Python ${{ matrix.python-version }}
112-
uses:actions/setup-python@v4
112+
uses:actions/setup-python@v5
113113
with:
114114
python-version:${{ matrix.python-version }}
115115

@@ -130,9 +130,9 @@ jobs:
130130
python-version:["3.12"]
131131

132132
steps:
133-
-uses:actions/checkout@v3
133+
-uses:actions/checkout@v4
134134
-name:Set up Python ${{ matrix.python-version }}
135-
uses:actions/setup-python@v4
135+
uses:actions/setup-python@v5
136136
with:
137137
python-version:${{ matrix.python-version }}
138138

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp