diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89ca49aac..7e972dfe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Use Elixir - uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c + uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Use Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}} - uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c + uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}