File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 Configuration : ${{ matrix.configuration }}
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 with :
2929 submodules : true
3030
Original file line number Diff line number Diff line change 4343 # Steps represent a sequence of tasks that will be executed as part of the job
4444 steps :
4545 # # see https://github.com/actions/checkout
46- - uses : actions/checkout@v6
46+ - uses : actions/checkout@v7
4747 with :
4848 fetch-depth : 0
4949 submodules : true
@@ -156,7 +156,7 @@ jobs:
156156 BUILD_CONFIGURATION : Debug
157157
158158 steps :
159- - uses : actions/checkout@v6
159+ - uses : actions/checkout@v7
160160 with :
161161 fetch-depth : 0
162162 submodules : true
Original file line number Diff line number Diff line change 1818 runs-on : windows-latest
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0 # 過去の履歴も含めて全て取得 (checkEncoding.py で origin/master にアクセスするため)
2424
Original file line number Diff line number Diff line change 2525 Configuration : ${{ matrix.Configuration }}
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929
3030 - name : Set up MSYS2
3131 uses : msys2/setup-msys2@v2
Original file line number Diff line number Diff line change 2525 Configuration : ${{ matrix.Configuration }}
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929
3030 - name : Set up MSYS2
3131 uses : msys2/setup-msys2@v2
Original file line number Diff line number Diff line change 2121 python-version : ['3.x']
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525
2626 - name : Set up Python ${{ matrix.python-version }}
2727 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 with :
1818 ref : ${{ github.event.workflow_run.head_sha }}
1919 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments