Skip to content

Commit baecdc3

Browse files
authored
Merge branch 'main' into fix_types_n_cast
2 parents 6c09ab8 + ea11c24 commit baecdc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636

3737
- name: Setup Elixir and Erlang
38-
uses: erlef/setup-beam@v1
38+
uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
3939
with:
4040
elixir-version: ${{ matrix.elixir }}
4141
otp-version: ${{ matrix.otp }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add this package to the list of dependencies in your `mix.exs` file:
1414

1515
```ex
1616
def deps do
17-
[{:workos, "~> 1.0.0"}]
17+
[{:workos, "~> 1.1.0"}]
1818
end
1919
```
2020

0 commit comments

Comments
 (0)