Skip to content

Commit 2aedc6b

Browse files
committed
Misc updates
RabbitMQ and Erlang on win32 CHANGELOG fix GH actions
1 parent 510b2f7 commit 2aedc6b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818

1919
steps:
2020
- name: Clone repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
with:
2323
submodules: true
2424
- name: Cache installers
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
with:
2727
# Note: the cache path is relative to the workspace directory
2828
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action
2929
path: ~/installers
3030
key: ${{ runner.os }}-v0-${{ hashFiles('tools/versions.json') }}
3131
- name: Cache NuGet packages
32-
uses: actions/cache@v2
32+
uses: actions/cache@v3
3333
with:
3434
path: |
3535
~/.nuget/packages
@@ -64,15 +64,15 @@ jobs:
6464

6565
steps:
6666
- name: Clone repository
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v3
6868
with:
6969
submodules: true
7070
- name: Setup .NET
71-
uses: actions/setup-dotnet@v1
71+
uses: actions/setup-dotnet@v2
7272
with:
7373
dotnet-version: 3.1.x
7474
- name: Cache NuGet packages
75-
uses: actions/cache@v2
75+
uses: actions/cache@v3
7676
with:
7777
path: |
7878
~/.nuget/packages

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Changes Between and 6.3.1
1+
## Changes Between 6.3.0 and 6.3.1
22

33
GitHub milestone: [`6.3.1`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/57?closed=1)
44
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.3.0...v6.3.1)

tools/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"erlang": "24.2.1",
3-
"rabbitmq": "3.9.13"
2+
"erlang": "25.0",
3+
"rabbitmq": "3.10.5"
44
}

0 commit comments

Comments
 (0)