Skip to content

Commit

Permalink
feat(upgrade): Upgrade dependencies for amqp to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Feb 20, 2025
1 parent 73cb06a commit fd4f975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
# Elixir
- name: Set up Elixir
uses: erlef/setup-beam@v1.17.1
uses: erlef/setup-beam@v1
with:
version-type: strict
version-file: ".tool-versions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
token: ${{ steps.generate_token.outputs.token }}
- name: Set up Elixir
uses: erlef/setup-beam@v1.17.1
uses: erlef/setup-beam@v1
with:
version-type: strict
version-file: ".tool-versions"
Expand Down

0 comments on commit fd4f975

Please sign in to comment.