From 8f131015c8b2f2aa7e9c450d0cce6a05f94d0804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:21:02 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .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 1df26131..257e637d 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -39,7 +39,7 @@ jobs: psql -c 'create database django;' -U postgres psql -c 'create database django_test;' -U postgres - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- - name: Cache pip packages - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-pip-packages with: