From a527846c170dc2d509e5cff3977fe21df02e34eb Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 19 Nov 2024 04:23:26 +0530 Subject: [PATCH] Increment cache number --- .github/actions/install-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-env/action.yml b/.github/actions/install-env/action.yml index b181692e52..7c62d4f2eb 100644 --- a/.github/actions/install-env/action.yml +++ b/.github/actions/install-env/action.yml @@ -26,7 +26,7 @@ runs: uses: actions/cache@v4 with: path: ~/.local # the path depends on the OS - key: poetry-4 # increment to reset cache + key: poetry-5 # increment to reset cache - name: Install poetry uses: snok/install-poetry@v1