diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1a013d..1992f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: sudo apt update sudo apt install emacs-nox - name: Install Erlang/OTP - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 + uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2 with: otp-version: '26.2.4' rebar3-version: '3.23.0' @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Erlang/OTP - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 + uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2 with: otp-version: ${{ matrix.otp-version }} rebar3-version: '3.23.0' diff --git a/.github/workflows/db-compatibility.yml b/.github/workflows/db-compatibility.yml index 3e40a08..32f250c 100644 --- a/.github/workflows/db-compatibility.yml +++ b/.github/workflows/db-compatibility.yml @@ -22,7 +22,7 @@ jobs: packages: redis-server version: 1.0 - name: Install Erlang/OTP - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 + uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2 with: otp-version: '26.2.4' rebar3-version: '3.23.0' @@ -50,7 +50,7 @@ jobs: packages: redis-server version: 1.0 - name: Install Erlang/OTP - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 + uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2 with: otp-version: '26.2.4' rebar3-version: '3.23.0'