From 185ff13fa120081433bf78c43580d3d151c9059c Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Fri, 31 May 2024 10:00:22 +0200 Subject: [PATCH] chore: bump mnesia_rocksdb to 0.1.16 which in turn bumps erlang-rocksdb in 1.8.0-emqx-5 --- .github/workflows/run_test_case.yaml | 8 ++++---- rebar.config | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run_test_case.yaml b/.github/workflows/run_test_case.yaml index e5082b7..3ad1be9 100644 --- a/.github/workflows/run_test_case.yaml +++ b/.github/workflows/run_test_case.yaml @@ -7,10 +7,10 @@ jobs: run_test_case: runs-on: ubuntu-latest - container: ghcr.io/emqx/emqx-builder/5.2-9:1.15.7-26.1.2-3-ubuntu22.04 + container: ghcr.io/emqx/emqx-builder/5.3-5:1.15.7-26.2.1-2-ubuntu24.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Install prerequisites run: | @@ -47,13 +47,13 @@ jobs: run: | make coveralls - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 if: always() with: name: logs path: _build/test/logs - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: cover path: _build/test/cover diff --git a/rebar.config b/rebar.config index b05b212..0d2089a 100644 --- a/rebar.config +++ b/rebar.config @@ -5,7 +5,7 @@ [{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.7"}}}, {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "3.3.0"}}}, {replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.6"}}}, - {mnesia_rocksdb, {git, "https://github.com/emqx/mnesia_rocksdb", {tag, "0.1.15"}}}, + {mnesia_rocksdb, {git, "https://github.com/emqx/mnesia_rocksdb", {tag, "0.1.16"}}}, {optvar, {git, "https://github.com/emqx/optvar", {tag, "1.0.5"}}} ]}.