From e429a92bbced4f8cb2ca51ae7acaa6132e905d7d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 01:31:09 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a73cd1..be63f62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: elixir-version: 1.12.1 otp-version: 24.0 - name: Retrieve mix dependencies cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: mix-cache # id to use in retrieve action with: path: deps