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 21
21
runs-on : ${{ matrix.runner-os }}
22
22
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
26
26
- name : Initialize CodeQL
27
27
if : matrix.runner-os == 'ubuntu-latest'
98
98
target-os : [windows-latest, ubuntu-latest, macos-latest]
99
99
runs-on : ubuntu-latest
100
100
steps :
101
- - uses : actions/checkout@v4
101
+ - uses : actions/checkout@v5
102
102
103
103
- name : Setup .NET
104
104
uses : actions/setup-dotnet@v2
@@ -155,7 +155,7 @@ jobs:
155
155
runs-on : ${{ matrix.runner-os }}
156
156
concurrency : integration-test-${{ matrix.source-vcs }}-${{ matrix.runner-os }}
157
157
steps :
158
- - uses : actions/checkout@v4
158
+ - uses : actions/checkout@v5
159
159
160
160
- name : Setup .NET
161
161
uses : actions/setup-dotnet@v2
@@ -286,7 +286,7 @@ jobs:
286
286
environment : PUBLISH_RELEASE
287
287
288
288
steps :
289
- - uses : actions/checkout@v4
289
+ - uses : actions/checkout@v5
290
290
with :
291
291
token : ${{ secrets.RELEASE_NOTES_PAT }}
292
292
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
- name : Setup .NET
24
24
uses : actions/setup-dotnet@v2
Original file line number Diff line number Diff line change 23
23
target-os : [windows-latest, ubuntu-latest, macos-latest]
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
ref : ' refs/pull/${{ github.event.inputs.pr_number }}/merge'
29
29
fetch-depth : 0
95
95
runs-on : ${{ matrix.runner-os }}
96
96
concurrency : integration-test-${{ matrix.source-vcs }}-${{ matrix.runner-os }}
97
97
steps :
98
- - uses : actions/checkout@v4
98
+ - uses : actions/checkout@v5
99
99
with :
100
100
ref : ' refs/pull/${{ github.event.inputs.pr_number }}/merge'
101
101
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments