diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b04b67..202df2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: sudo apt update sudo apt install emacs-nox - name: Install Erlang/OTP - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 with: otp-version: '28.1.1' rebar3-version: '3.25.1' @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Install Erlang/OTP - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 with: otp-version: ${{ matrix.otp-version }} rebar3-version: '3.25.1' diff --git a/.github/workflows/db-compatibility.yml b/.github/workflows/db-compatibility.yml index 75ccaf3..c6b93ba 100644 --- a/.github/workflows/db-compatibility.yml +++ b/.github/workflows/db-compatibility.yml @@ -25,7 +25,7 @@ jobs: packages: redis-server version: 1.0 - name: Install Erlang/OTP - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 with: otp-version: '28.1.1' rebar3-version: '3.25.1' @@ -53,7 +53,7 @@ jobs: packages: redis-server faketime version: 1.0 - name: Install Erlang/OTP - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 with: otp-version: '28.1.1' rebar3-version: '3.25.1' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6806903..194000f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Install Erlang/OTP - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 with: otp-version: '28.1.1' rebar3-version: '3.25.1'