Skip to content

Commit db4e07c

Browse files
hackmykackNeil D'souza
andauthored
[CU-85zrjbrqp] Wardened repo (#9)
* [CU-85zrjbrqp] Wardened repo * [CU-85zrjbrqp] Resolve comments --------- Co-authored-by: Neil D'souza <neil@codedge.io>
1 parent ec56354 commit db4e07c

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3
16-
with:
17-
ref: ${{ github.head_ref }}
1816
- name: Use Node.js 18.x
1917
uses: actions/setup-node@v3
2018
with:
@@ -31,8 +29,8 @@ jobs:
3129
- name: Set up Elixir
3230
uses: erlef/setup-beam@v1
3331
with:
34-
elixir-version: "1.14.3"
35-
otp-version: "24.3"
32+
elixir-version: "1.15.5"
33+
otp-version: "26.0.2"
3634
- name: Restore dependencies cache
3735
uses: actions/cache@v3
3836
with:
@@ -51,8 +49,8 @@ jobs:
5149
- name: Set up Elixir
5250
uses: erlef/setup-beam@v1
5351
with:
54-
elixir-version: "1.14.3"
55-
otp-version: "24.3"
52+
elixir-version: "1.15.5"
53+
otp-version: "26.0.2"
5654
- name: Restore dependencies cache
5755
uses: actions/cache@v3
5856
with:

.tool-versions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
elixir 1.13.4
1+
elixir 1.15.4-otp-26
2+
erlang 26.0.2

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ defmodule Commandex.MixProject do
2020

2121
defp deps do
2222
[
23-
{:credo, "~> 1.0", only: [:dev, :test], runtime: false},
24-
{:ex_doc, "~> 0.18", only: :dev}
23+
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
24+
{:ex_doc, "~> 0.30", only: :dev}
2525
]
2626
end
2727

0 commit comments

Comments
 (0)