File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
18
18
19
19
steps :
20
20
- name : Clone repository
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
with :
23
23
submodules : true
24
24
- name : Cache installers
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v3
26
26
with :
27
27
# Note: the cache path is relative to the workspace directory
28
28
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action
29
29
path : ~/installers
30
30
key : ${{ runner.os }}-v0-${{ hashFiles('tools/versions.json') }}
31
31
- name : Cache NuGet packages
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v3
33
33
with :
34
34
path : |
35
35
~/.nuget/packages
@@ -64,15 +64,15 @@ jobs:
64
64
65
65
steps :
66
66
- name : Clone repository
67
- uses : actions/checkout@v2
67
+ uses : actions/checkout@v3
68
68
with :
69
69
submodules : true
70
70
- name : Setup .NET
71
- uses : actions/setup-dotnet@v1
71
+ uses : actions/setup-dotnet@v2
72
72
with :
73
73
dotnet-version : 3.1.x
74
74
- name : Cache NuGet packages
75
- uses : actions/cache@v2
75
+ uses : actions/cache@v3
76
76
with :
77
77
path : |
78
78
~/.nuget/packages
Original file line number Diff line number Diff line change 1
- ## Changes Between and 6.3.1
1
+ ## Changes Between 6.3.0 and 6.3.1
2
2
3
3
GitHub milestone: [ ` 6.3.1 ` ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/57?closed=1 )
4
4
Diff: [ link] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.3.0...v6.3.1 )
Original file line number Diff line number Diff line change 1
1
{
2
- "erlang" : " 24.2.1 " ,
3
- "rabbitmq" : " 3.9.13 "
2
+ "erlang" : " 25.0 " ,
3
+ "rabbitmq" : " 3.10.5 "
4
4
}
You can’t perform that action at this time.
0 commit comments