From 8edd3a1a344ea6d9acf1debcbe6a29faab3bfccb Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 4 Mar 2025 11:43:07 +0530 Subject: [PATCH] chore: upgrading actions/cache to v4 for ui tests --- .github/workflows/ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index e5d9171b..da26c807 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -58,7 +58,7 @@ jobs: echo "127.0.0.1 lms.test" | sudo tee -a /etc/hosts - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt', '**/pyproject.toml', '**/setup.py') }}