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

Commit2881aac

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.github/workflows/fix-php-code-style-issues.yml‎

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

99
steps:
1010
-name:Checkout code
11-
uses:actions/checkout@v4
11+
uses:actions/checkout@v6
1212
with:
1313
ref:${{ github.head_ref }}
1414

‎.github/workflows/phpstan.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name:phpstan
1212
runs-on:ubuntu-latest
1313
steps:
14-
-uses:actions/checkout@v4
14+
-uses:actions/checkout@v6
1515

1616
-name:Setup PHP
1717
uses:shivammathur/setup-php@v2

‎.github/workflows/run-tests.yml‎

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

3030
steps:
3131
-name:Checkout code
32-
uses:actions/checkout@v4
32+
uses:actions/checkout@v6
3333

3434
-name:Setup PHP
3535
uses:shivammathur/setup-php@v2

‎.github/workflows/update-changelog.yml‎

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

1111
steps:
1212
-name:Checkout code
13-
uses:actions/checkout@v4
13+
uses:actions/checkout@v6
1414
with:
1515
ref:main
1616

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp