Skip to content

Commit

Permalink
fix: doc generation setup-elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel authored Dec 31, 2024
1 parent 3c2fd56 commit 01c1243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref }}
- name: Set up Elixir
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
uses: erlef/setup-beam@v1
with:
elixir-version: '1.17.3' # [Required] Define the Elixir version
otp-version: '26.0' # [Required] Define the Erlang/OTP version
Expand Down

0 comments on commit 01c1243

Please sign in to comment.