Skip to content

Commit dd4b699

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 parent 1ccb5df commit dd4b699

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
timeout-minutes: 10
1313
steps:
1414
# プルリクエスト元リポジトリからプルリクエスト作成時のプルリクエスト先baseブランチの最新コミットを取得
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
repository: ${{ github.event.pull_request.head.repo.full_name }}
1818
ref: ${{ github.event.pull_request.base.sha }}
1919
# プルリクエスト元リポジトリからプルリクエスト用ブランチの最新コミットを取得して上書き
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
repository: ${{ github.event.pull_request.head.repo.full_name }}
2323
ref: ${{ github.head_ref }}

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
app-id: ${{ secrets.APP_ID }}
1919
private-key: ${{ secrets.PRIVATE_KEY }}
2020

21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
ref: main
2424
fetch-depth: 0

0 commit comments

Comments
 (0)