diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6a13972..2b38c65 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Elixir uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0 with: - elixir-version: '1.15.2' # [Required] Define the Elixir version + elixir-version: '1.17.3' # [Required] Define the Elixir version otp-version: '26.0' # [Required] Define the Erlang/OTP version - name: Restore dependencies cache