From 2fa0e5b9fd04faef66bb0deaf3639abb63cc1d56 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:21:46 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a87029..b8ee0af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: enable-stack: true stack-version: "2.5.1" - name: Restore caches - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ${{steps.haskell-setup.outputs.stack-path}} @@ -34,7 +34,7 @@ jobs: with: node-version: 12.x - name: Restore caches - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.npm