Skip to content

Commit

Permalink
updated to Bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrean committed Oct 3, 2024
1 parent 152c224 commit 1177026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.14.2' # Define the elixir version [required]
otp-version: '25.1.2' # Define the OTP version [required]
elixir-version: '1.17.3' # Define the elixir version [required]
otp-version: '26.2' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down
1 change: 1 addition & 0 deletions lib/counter_web/live/counter_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defmodule CounterComponent do
def render(assigns) do
~H"""
<div class="text-center">
<!-- bg-green-500 hover:bg-green-600 bg-red-500 hover:bg-red-600 -->
<h1 class="text-4xl font-bold text-center">Counter: <%= @val %></h1>
<button phx-click="dec" class={btn("red")}>
-
Expand Down

0 comments on commit 1177026

Please sign in to comment.