Skip to content

Commit da44392

Browse files
authored
Merge pull request #161 from nostr-jp/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1ccb5df + dd4b699 commit da44392

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)