Skip to content

Commit

Permalink
fix: upgrade action tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabheadz committed Dec 27, 2024
1 parent 86bd8ae commit 8210b58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-client-elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-beam@v1.15.2
uses: erlef/setup-beam@v1.17.6
with:
elixir-version: '1.13.4' # Define the elixir version [required]
otp-version: '24' # Define the OTP version [required]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-channel-sender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

- name: Set up Elixir
uses: erlef/[email protected].1
uses: erlef/[email protected].6
with:
version-type: strict
version-file: "./channel-sender/.tool-versions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-channel-streams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

- name: Set up Elixir
uses: erlef/[email protected].1
uses: erlef/[email protected].6
with:
version-type: strict
version-file: "./channel-streams/.tool-versions"
Expand Down

0 comments on commit 8210b58

Please sign in to comment.