File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
clean : ' false'
85
85
fetch-depth : ' 0'
86
86
- name : NuGet Cache
87
- uses : actions/cache@v3
87
+ uses : actions/cache@v4
88
88
with :
89
89
path : ' ${{ github.workspace }}/.nuget/packages'
90
90
key : " ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/Directory.Packages.support.props') }}"
Original file line number Diff line number Diff line change 40
40
contains(github.event.pull_request.labels.*.name, ':shipit: merge')
41
41
|| contains(github.event.pull_request.labels.*.name, 'javascript')
42
42
|| contains(github.event.pull_request.labels.*.name, 'github-actions')
43
- uses : alexwilson/enable-github-automerge-action@1.1 .0
43
+ uses : alexwilson/enable-github-automerge-action@2.0 .0
44
44
continue-on-error : true
45
45
with :
46
46
github-token : ' ${{ secrets.OMNISHARP_BOT_TOKEN }}'
Original file line number Diff line number Diff line change 19
19
GITHUB_CONTEXT : ${{ toJson(github) }}
20
20
run : echo "$GITHUB_CONTEXT"
21
21
22
- - uses : nuget/setup-nuget@v1
22
+ - uses : nuget/setup-nuget@v2
23
23
with :
24
24
nuget-version : ' 5.x'
25
25
You can’t perform that action at this time.
0 commit comments