From c06a0929be129950264e52bcede1a466c9c64e3e Mon Sep 17 00:00:00 2001 From: Daniel Knittl-Frank Date: Wed, 26 Oct 2022 10:26:13 +0200 Subject: [PATCH] Upgrade GitHub action/cache to v3 #221 --- .github/workflows/test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 163a067..8455ca7 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -18,7 +18,7 @@ jobs: cache: 'npm' - name: Restore cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | **/node_modules