File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments