File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.runner-os }}
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - name : Initialize CodeQL
2727 if : matrix.runner-os == 'ubuntu-latest'
9898 target-os : [windows-latest, ubuntu-latest, macos-latest]
9999 runs-on : ubuntu-latest
100100 steps :
101- - uses : actions/checkout@v4
101+ - uses : actions/checkout@v5
102102
103103 - name : Setup .NET
104104 uses : actions/setup-dotnet@v2
@@ -155,7 +155,7 @@ jobs:
155155 runs-on : ${{ matrix.runner-os }}
156156 concurrency : integration-test-${{ matrix.source-vcs }}-${{ matrix.runner-os }}
157157 steps :
158- - uses : actions/checkout@v4
158+ - uses : actions/checkout@v5
159159
160160 - name : Setup .NET
161161 uses : actions/setup-dotnet@v2
@@ -286,7 +286,7 @@ jobs:
286286 environment : PUBLISH_RELEASE
287287
288288 steps :
289- - uses : actions/checkout@v4
289+ - uses : actions/checkout@v5
290290 with :
291291 token : ${{ secrets.RELEASE_NOTES_PAT }}
292292 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - name : Setup .NET
2424 uses : actions/setup-dotnet@v2
Original file line number Diff line number Diff line change 2323 target-os : [windows-latest, ubuntu-latest, macos-latest]
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 ref : ' refs/pull/${{ github.event.inputs.pr_number }}/merge'
2929 fetch-depth : 0
9595 runs-on : ${{ matrix.runner-os }}
9696 concurrency : integration-test-${{ matrix.source-vcs }}-${{ matrix.runner-os }}
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v5
9999 with :
100100 ref : ' refs/pull/${{ github.event.inputs.pr_number }}/merge'
101101 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments