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

Commit11613a1

Browse files
dependabot[bot]ken71301
authored andcommitted
build(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v2...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 parent676e282 commit11613a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
ci:
88
runs-on:ubuntu-latest
99
steps:
10-
-uses:actions/checkout@v2
10+
-uses:actions/checkout@v4
1111

1212
-name:Install Dependencies
1313
run:sudo apt-get install gettext

‎.github/workflows/deploy-gh-page.yml

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

1414
-name:Install Dependencies
1515
run:sudo apt-get install gettext

‎.github/workflows/py312-sync-cpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
VERSION:"3.12"
1515
BRANCH:"cron/sync/3.12"
1616
steps:
17-
-uses:actions/checkout@v2
17+
-uses:actions/checkout@v4
1818
with:
1919
ref:${{ env.VERSION }}
2020

‎.github/workflows/summarize_progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# added or changed files to the repository.
1414
contents:write
1515
steps:
16-
-uses:actions/checkout@v2
16+
-uses:actions/checkout@v4
1717

1818
-name:Install poetry
1919
uses:abatilo/actions-poetry@v3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp