diff --git a/.github/workflows/continous_integration.yaml b/.github/workflows/continous_integration.yaml index 6999f3f..2be8082 100644 --- a/.github/workflows/continous_integration.yaml +++ b/.github/workflows/continous_integration.yaml @@ -14,11 +14,11 @@ jobs: steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - - uses: actions/cache@v4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 env: cache-name: rebar3 with: @@ -29,7 +29,7 @@ jobs: restore-keys: | ci-${{runner.os}}-${{env.cache-name}} - - uses: actions/cache@v4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 env: cache-name: tailwind with: diff --git a/mise.toml b/mise.toml index 67752f7..254c4bd 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] -erlang = "27.3.4" -rebar = "3.24.0" +erlang = "29.0.2" +rebar = "3.27.0" [tasks.changelog] description = "Update the changelog" diff --git a/rebar.config b/rebar.config index a493347..523271e 100644 --- a/rebar.config +++ b/rebar.config @@ -3,8 +3,8 @@ {minimum_otp_version, "27.0"}. {deps, [ - {cowboy, "2.13.0"}, - {cowlib, "2.15.0"}, + {cowboy, "2.16.1"}, + {cowlib, "2.17.1"}, {bbmustache, "1.12.2"}, {mapz, "2.4.0"} ]}.