File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 GITHUB_CONTEXT : ${{ toJson(github) }}
1616 run : echo "$GITHUB_CONTEXT"
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
2121 - name : Setup .NET versions
5252 runs-on : ${{ matrix.os }}
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v6
55+ uses : actions/checkout@v7
5656 - name : Fetch all history for all tags and branches
5757 run : git fetch --prune --unshallow
5858 - name : Install Mono (Ubuntu only)
8888 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
8989 steps :
9090 - name : Checkout
91- uses : actions/checkout@v6
91+ uses : actions/checkout@v7
9292 - name : Setup .NET versions
9393 uses : actions/setup-dotnet@v6
9494 with :
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout Repository
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 - name : Fetch all history for all tags and branches
2424 run : git fetch --prune --unshallow
2525 - name : Setup .NET versions
You can’t perform that action at this time.
0 commit comments