From 30c8b3ef07b78a2e59e777f7ef395c60db35532b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:13:25 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/continous_integration.yaml | 4 ++-- mise.toml | 2 +- rebar.config | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continous_integration.yaml b/.github/workflows/continous_integration.yaml index da4895b..30ac45c 100644 --- a/.github/workflows/continous_integration.yaml +++ b/.github/workflows/continous_integration.yaml @@ -14,9 +14,9 @@ jobs: steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 env: diff --git a/mise.toml b/mise.toml index 67dd24c..ce9ba33 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -erlang = "29.0.3" +erlang = "29.0.4" rebar = "3.27.0" [tasks.changelog] diff --git a/rebar.config b/rebar.config index a6bdbe1..8abe207 100644 --- a/rebar.config +++ b/rebar.config @@ -3,8 +3,8 @@ {minimum_otp_version, "27.0"}. {deps, [ - {cowboy, "2.17.0"}, - {cowlib, "2.18.0"}, + {cowboy, "2.18.0"}, + {cowlib, "2.19.0"}, {bbmustache, "1.12.2"}, {mapz, "2.4.0"} ]}.