From e2f87a8c015090541ac5a87052da5bd4cf1a4710 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Wed, 11 Dec 2024 09:07:55 +0100 Subject: [PATCH] workflow: update to actions/cache v4 --- .github/workflows/cadastrapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cadastrapp.yml b/.github/workflows/cadastrapp.yml index d14d04b..c588bb9 100644 --- a/.github/workflows/cadastrapp.yml +++ b/.github/workflows/cadastrapp.yml @@ -19,7 +19,7 @@ jobs: node-version: '16.x' - name: "cache node modules" - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: