We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a0f422 + ab7225e commit 0e6278aCopy full SHA for 0e6278a
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
env:
63
MIX_ENV: test
64
steps:
65
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
66
- uses: erlef/setup-beam@v1
67
with:
68
otp-version: ${{matrix.otp}}
@@ -133,7 +133,7 @@ jobs:
133
- name: Set git to use original line ending
134
run: |
135
git config --global core.autocrlf false
136
137
138
139
@@ -155,7 +155,7 @@ jobs:
155
- elixir: 1.19.x
156
otp: 28.x
157
158
159
160
161
0 commit comments