From b54cc72e67b43eeedabd93e503c6cdfb8892f132 Mon Sep 17 00:00:00 2001 From: Adriel Bento Date: Fri, 30 Sep 2022 19:08:20 -0300 Subject: [PATCH] update action/cache version to v3 --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b0f394..0760d9db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: otp-version: 24 elixir-version: 1.13.1 - name: Retrieve dependencies cache - uses: actions/cache@v1 + uses: actions/cache@v3 id: mix-cache # id to use in retrieve action with: path: deps @@ -49,7 +49,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Retrieve dependencies cache - uses: actions/cache@v1 + uses: actions/cache@v3 id: mix-cache # id to use in retrieve action with: path: deps @@ -71,7 +71,7 @@ jobs: otp-version: 25.x elixir-version: 1.13.x - name: Retrieve dependencies cache - uses: actions/cache@v1 + uses: actions/cache@v3 id: mix-cache # id to use in retrieve action with: path: deps @@ -104,7 +104,7 @@ jobs: otp-version: 25.x elixir-version: 1.13.x - name: Retrieve dependencies cache - uses: actions/cache@v1 + uses: actions/cache@v3 id: mix-cache # id to use in retrieve action with: path: deps @@ -132,7 +132,7 @@ jobs: mix_hash="${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}" echo "::set-output name=mix_hash::$mix_hash" - id: cache-plt - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | _build/test/plts/dialyzer.plt @@ -158,7 +158,7 @@ jobs: otp-version: 24 elixir-version: 1.13.1 - name: Retrieve dependencies cache - uses: actions/cache@v1 + uses: actions/cache@v3 id: mix-cache # id to use in retrieve action with: path: deps