From 80f31ebbd84bd2e8ce3636b92ca4e76d48aa04bb Mon Sep 17 00:00:00 2001 From: pauliyobo Date: Sun, 28 Jan 2024 22:30:57 +0100 Subject: [PATCH] Updated cache --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7461b51..2e26fb1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,14 +14,16 @@ jobs: - name: Check out sources uses: actions/checkout@v4 - name: Get Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" architecture: ${{ matrix.CI_ARCH }} - uses: actions/cache@v4 id: cache-deps with: - path: venv + path: | + venv + bookworm/resources key: ${{ runner.os }}-venv-${{ matrix.CI_ARCH }}-${{ hashFiles('requirements*.txt') }} - name: Setup dependencies run: |