From cc18e32fef6862e21d32dfe7c7aff1a6f5dc8ca9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:03:09 +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 33790c4..46580f8 100644 --- a/.github/workflows/continous_integration.yaml +++ b/.github/workflows/continous_integration.yaml @@ -18,7 +18,7 @@ jobs: - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 env: cache-name: rebar3 with: @@ -29,7 +29,7 @@ jobs: restore-keys: | ci-${{runner.os}}-${{env.cache-name}} - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 env: cache-name: tailwind with: diff --git a/mise.toml b/mise.toml index 254c4bd..67dd24c 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -erlang = "29.0.2" +erlang = "29.0.3" rebar = "3.27.0" [tasks.changelog] diff --git a/rebar.config b/rebar.config index 523271e..a6bdbe1 100644 --- a/rebar.config +++ b/rebar.config @@ -3,8 +3,8 @@ {minimum_otp_version, "27.0"}. {deps, [ - {cowboy, "2.16.1"}, - {cowlib, "2.17.1"}, + {cowboy, "2.17.0"}, + {cowlib, "2.18.0"}, {bbmustache, "1.12.2"}, {mapz, "2.4.0"} ]}.