From a489068aca8e2f0847c7bdd4ba322cfb50306617 Mon Sep 17 00:00:00 2001 From: Ben Jourdan Date: Sun, 13 Oct 2024 16:51:21 +0000 Subject: [PATCH] fixup! initial commit. Testing CI updating CI --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c2dfba0..af59362 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: # Cache pip dependencies - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}