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

Commit8a0ffef

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 parent28065f7 commit8a0ffef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/sync-labels.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
-name:Checkout repository
30-
uses:actions/checkout@v3
30+
uses:actions/checkout@v4
3131

3232
-name:Download JSON schema for labels configuration file
3333
id:download-schema
@@ -106,7 +106,7 @@ jobs:
106106
echo "::set-output name=flag::--dry-run"
107107
108108
-name:Checkout repository
109-
uses:actions/checkout@v3
109+
uses:actions/checkout@v4
110110

111111
-name:Download configuration files artifact
112112
uses:actions/download-artifact@v3

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
-name:Checkout
18-
uses:actions/checkout@v3
18+
uses:actions/checkout@v4
1919

2020
-name:Set Node.js 16.x
2121
uses:actions/setup-node@v3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp