Skip to content

Commit a449438

Browse files
committed
Update github cache action
1 parent d568827 commit a449438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
elixir-version: ${{ matrix.elixir }}
2323
otp-version: ${{ matrix.otp }}
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: deps
2727
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
elixir-version: ${{ matrix.elixir }}
5252
otp-version: ${{ matrix.otp }}
53-
- uses: actions/cache@v2
53+
- uses: actions/cache@v4
5454
with:
5555
path: _build
5656
key: build-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
@@ -61,7 +61,7 @@ jobs:
6161
mix deps.get
6262
- name: Create plts dir
6363
run: mkdir -p priv/plts
64-
- uses: actions/cache@v2
64+
- uses: actions/cache@v4
6565
with:
6666
path: priv/plts
6767
key: plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}

0 commit comments

Comments
 (0)