From 5ffa5e0e6aed1d29175d65a4f6fe70c48d07c269 Mon Sep 17 00:00:00 2001 From: WeetHet Date: Sat, 21 Dec 2024 12:48:40 +0200 Subject: [PATCH] cache@v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64f9c17..c5a7858 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@main - name: Load dependency cache id: load-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: .venv key: app-${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('poetry.lock') }}