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

Commitb2e5e11

Browse files
Bump actions/checkout from 3 to 4 (python#153)
Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent786d2f2 commitb2e5e11

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name:${{ matrix.tool.name }} (${{ matrix.tool.package }})
2222
runs-on:ubuntu-latest
2323
steps:
24-
-uses:actions/checkout@v3
24+
-uses:actions/checkout@v4
2525
-uses:lots0logs/gh-action-get-changed-files@2.2.2
2626
id:changed_files
2727
with:
@@ -59,7 +59,7 @@ jobs:
5959
runs-on:ubuntu-latest
6060
timeout-minutes:30
6161
steps:
62-
-uses:actions/checkout@v3
62+
-uses:actions/checkout@v4
6363
-uses:actions/setup-python@v4
6464
with:
6565
python-version:"3.11"

‎.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name:Check docs (sphinx-lint)
1010
runs-on:ubuntu-latest
1111
steps:
12-
-uses:actions/checkout@v3
12+
-uses:actions/checkout@v4
1313
with:
1414
token:${{ secrets.GITHUB_TOKEN }}
1515
-uses:actions/setup-python@v4
@@ -26,7 +26,7 @@ jobs:
2626
needs:sphinx-lint
2727
timeout-minutes:30
2828
steps:
29-
-uses:actions/checkout@v3
29+
-uses:actions/checkout@v4
3030
-uses:actions/setup-python@v4
3131
with:
3232
python-version:"3.11"

‎.github/workflows/pre-commit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name:"Pre-commit checks"
1414
runs-on:ubuntu-latest
1515
steps:
16-
-uses:actions/checkout@v3
16+
-uses:actions/checkout@v4
1717
-uses:actions/setup-python@v4
1818
id:setup_python
1919
with:

‎.github/workflows/update_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on:ubuntu-latest
1010

1111
steps:
12-
-uses:actions/checkout@v3
12+
-uses:actions/checkout@v4
1313

1414
-name:Clone CPython Repo
1515
run:git clone https://github.com/python/cpython venv/cpython

‎.github/workflows/wrap_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on:ubuntu-latest
1010
steps:
1111
-name:Checkout repo
12-
uses:actions/checkout@v3
12+
uses:actions/checkout@v4
1313

1414
-name:Set Up Python 3.11
1515
uses:actions/setup-python@v4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp