Skip to content

Commit

Permalink
Bump versions (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken authored Oct 16, 2023
1 parent a515ea9 commit cd46117
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"erlang": "26.0.2",
"erlang": "26.1.2",
"rabbitmq": "3.13.0-beta.6"
}
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: build/test on windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- 1883:1883
- 61613:61613
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
publish-nuget:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
Expand Down

0 comments on commit cd46117

Please sign in to comment.