Skip to content

Commit 6772ec2

Browse files
committed
Update circle ci
1 parent 455764b commit 6772ec2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
otp-version: ${{ matrix.otp }}
2727
elixir-version: ${{ matrix.elixir }}
28-
- uses: actions/cache@v3
28+
- uses: actions/cache@v4
2929
with:
3030
path: deps
3131
key: ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
arch: x64
7474

75-
- uses: actions/cache@v3
75+
- uses: actions/cache@v4
7676
with:
7777
path: deps
7878
key: ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}

.github/workflows/macos-precompile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Install asdf
32-
uses: asdf-vm/actions/setup@v4
32+
uses: asdf-vm/actions/install@v4
3333

3434
- name: Cache asdf
3535
id: asdf-cache
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.asdf
3939
key: asdf-${{ runner.os }}-build-${{ matrix.job.otp }}-${{ matrix.job.elixir }}

0 commit comments

Comments
 (0)