diff --git a/action.yml b/action.yml index 18910f2..2d6fff8 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: ELIXIR_VERSION: ${{ inputs.elixir-version }} - name: Install Erlang/OTP and Elixir - uses: erlef/setup-beam@v1.24.0 + uses: erlef/setup-beam@v1.24.1 id: setup-beam with: otp-version: ${{ steps.set-otp-version.outputs.otp-version }}