Skip to content

Commit cd46117

Browse files
authored
Bump versions (#324)
1 parent a515ea9 commit cd46117

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ci/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"erlang": "26.0.2",
2+
"erlang": "26.1.2",
33
"rabbitmq": "3.13.0-beta.6"
44
}

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: build/test on windows-latest
99
runs-on: windows-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-dotnet@v3
1313
with:
1414
dotnet-version: |
@@ -53,7 +53,7 @@ jobs:
5353
- 1883:1883
5454
- 61613:61613
5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
- uses: actions/setup-dotnet@v3
5858
with:
5959
dotnet-version: |

.github/workflows/publish-nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish-nuget:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: actions/setup-dotnet@v3
1515
with:
1616
dotnet-version: |

0 commit comments

Comments
 (0)