File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v3 # https://github.com/actions/checkout
16+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
1717 with :
1818 # Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
1919 # Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 # We must fetch at least the immediate parents so that if this is
3838 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v3 # https://github.com/actions/checkout
19+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
2020 with :
2121 # Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
2222 # Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v3 # https://github.com/actions/checkout
19+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
2020 with :
2121 # Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
2222 # Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v3 # https://github.com/actions/checkout
19+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
2020 with :
2121 # Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
2222 # Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v3 # https://github.com/actions/checkout
19+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
2020 with :
2121 # Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
2222 # Set fetch-depth: 0 to fetch all history for all branches and tags.
You can’t perform that action at this time.
0 commit comments