Skip to content

Commit 3762142

Browse files
committed
fix: ci
1 parent 0b48491 commit 3762142

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
elixir: ["1.12.0"]
15-
otp: ["24.0"]
14+
elixir: ["1.17.4"]
15+
otp: ["27.0"]
1616
env:
1717
MIX_ENV: test
1818
steps:
@@ -22,7 +22,7 @@ jobs:
2222
otp-version: ${{ matrix.otp }}
2323
elixir-version: ${{ matrix.elixir }}
2424
- name: Retrieve dependencies cache
25-
uses: actions/cache@v1
25+
uses: actions/cache@v4
2626
id: mix-cache # id to use in retrieve action
2727
with:
2828
path: deps
@@ -42,8 +42,8 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
elixir: ["1.12.0"]
46-
otp: ["24.0"]
45+
elixir: ["1.17.4"]
46+
otp: ["27.0"]
4747
env:
4848
MIX_ENV: test
4949
steps:
@@ -57,7 +57,7 @@ jobs:
5757
otp-version: ${{ matrix.otp }}
5858
elixir-version: ${{ matrix.elixir }}
5959
- name: Retrieve dependencies cache
60-
uses: actions/cache@v1
60+
uses: actions/cache@v4
6161
id: mix-cache # id to use in retrieve action
6262
with:
6363
path: deps

0 commit comments

Comments
 (0)