Skip to content

Commit 9ec6e25

Browse files
try fix workflow
1 parent 1157f4f commit 9ec6e25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
--health-retries 5
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: actions/setup-elixir@v1.2.0
26+
- uses: erlef/setup-beam@v1
2727
with:
2828
elixir-version: 1.14.2
2929
otp-version: 24.1

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
--health-retries 5
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: actions/setup-elixir@v1.2.0
26+
- uses: erlef/setup-beam@v1
2727
with:
2828
elixir-version: 1.14.2
2929
otp-version: 24.1

lib/fileonchain_web/components/layouts/app.html.heex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
</a>
1212
</div>
1313
<div class="flex items-center gap-4">
14-
<a href="https://twitter.com/fileonchain" class="hover:text-brand-400">
14+
<a href="https://twitter.com/fileonchain" class="hover:text-brand-400" target="_blank" rel="noopener noreferrer">
1515
@fileonchain
1616
</a>
17-
<a href="https://github.com/fileonchain/fileonchain" class="hover:text-brand-400">
17+
<a href="https://github.com/fileonchain/fileonchain" class="hover:text-brand-400" target="_blank" rel="noopener noreferrer">
1818
GitHub
1919
</a>
2020
<a href="https://hexdocs.pm/phoenix/overview.html" class="rounded-lg bg-brand-700 px-2 py-1 hover:bg-brand-600">

0 commit comments

Comments
 (0)