From 0edb6e3e9c9425f13be58e4ab9da271bf4278aa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:52:19 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 9ec9b40e..27140a8c 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -39,7 +39,7 @@ jobs: with: node-version: '14.x' - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- - name: Cache pip packages - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-pip-packages with: