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

Commit36629a4

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent2fce144 commit36629a4

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx:
2323
runs-on:ubuntu-24.04
2424
steps:
25-
-uses:actions/checkout@v4.3.0
25+
-uses:actions/checkout@v5.0.0
2626
-name:Set up Python
2727
uses:actions/setup-python@v5.6.0
2828
with:
@@ -37,7 +37,7 @@ jobs:
3737
twine-check:
3838
runs-on:ubuntu-24.04
3939
steps:
40-
-uses:actions/checkout@v4.3.0
40+
-uses:actions/checkout@v5.0.0
4141
-name:Set up Python
4242
uses:actions/setup-python@v5.6.0
4343
with:

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
lint:
2323
runs-on:ubuntu-latest
2424
steps:
25-
-uses:actions/checkout@v4.3.0
25+
-uses:actions/checkout@v5.0.0
2626
with:
2727
fetch-depth:0
2828
-uses:actions/setup-python@v5.6.0

‎.github/workflows/pre_commit.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pre_commit:
3030
runs-on:ubuntu-latest
3131
steps:
32-
-uses:actions/checkout@v4.3.0
32+
-uses:actions/checkout@v5.0.0
3333
-uses:actions/setup-python@v5.6.0
3434
with:
3535
python-version:"3.13"

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token:write
1515
environment:pypi.org
1616
steps:
17-
-uses:actions/checkout@v4.3.0
17+
-uses:actions/checkout@v5.0.0
1818
with:
1919
fetch-depth:0
2020
token:${{ secrets.RELEASE_GITHUB_TOKEN }}

‎.github/workflows/test.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
version:"3.13"
4949
toxenv:py313,smoke
5050
steps:
51-
-uses:actions/checkout@v4.3.0
51+
-uses:actions/checkout@v5.0.0
5252
-name:Set up Python ${{ matrix.python.version }}
5353
uses:actions/setup-python@v5.6.0
5454
with:
@@ -67,7 +67,7 @@ jobs:
6767
matrix:
6868
toxenv:[api_func_v4, cli_func_v4]
6969
steps:
70-
-uses:actions/checkout@v4.3.0
70+
-uses:actions/checkout@v5.0.0
7171
-name:Set up Python
7272
uses:actions/setup-python@v5.6.0
7373
with:
@@ -89,7 +89,7 @@ jobs:
8989
coverage:
9090
runs-on:ubuntu-24.04
9191
steps:
92-
-uses:actions/checkout@v4.3.0
92+
-uses:actions/checkout@v5.0.0
9393
-name:Set up Python ${{ matrix.python-version }}
9494
uses:actions/setup-python@v5.6.0
9595
with:
@@ -113,7 +113,7 @@ jobs:
113113
runs-on:ubuntu-latest
114114
name:Python wheel
115115
steps:
116-
-uses:actions/checkout@v4.3.0
116+
-uses:actions/checkout@v5.0.0
117117
-uses:actions/setup-python@v5.6.0
118118
with:
119119
python-version:"3.13"
@@ -131,7 +131,7 @@ jobs:
131131
runs-on:ubuntu-latest
132132
needs:[dist]
133133
steps:
134-
-uses:actions/checkout@v4.3.0
134+
-uses:actions/checkout@v5.0.0
135135
-name:Set up Python
136136
uses:actions/setup-python@v5.6.0
137137
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp