From d384c125d16c0204e23b0d96a6ef791244a72315 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:28:31 +0300 Subject: [PATCH] Update actions/cache action to v3 (#34) Co-authored-by: Renovate Bot --- .github/workflows/erlang-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/erlang-pr.yml b/.github/workflows/erlang-pr.yml index 7a08f87..f4ac7e0 100644 --- a/.github/workflows/erlang-pr.yml +++ b/.github/workflows/erlang-pr.yml @@ -21,7 +21,7 @@ jobs: rebar3-version: "3.18" - name: Restore PLT cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: plt-cache with: key: |