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

Commitb32e01e

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v3...v4)---updated-dependencies:- dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parent2a2ae77 commitb32e01e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
-name:Force LF line endings
1818
run:git config --global core.autocrlf input
19-
-uses:actions/checkout@v3
19+
-uses:actions/checkout@v4
2020
with:
2121
fetch-depth:9999
2222
-uses:cygwin/cygwin-install-action@v4

‎.github/workflows/lint.yml

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

99
steps:
10-
-uses:actions/checkout@v3
10+
-uses:actions/checkout@v4
1111
-uses:actions/setup-python@v4
1212
with:
1313
python-version:"3.x"

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version:[3.7, 3.8, 3.9, "3.10", "3.11"]
1919

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp