Skip to content

Commit

Permalink
Merge pull request #27 from Crown-Commercial-Service/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/actions/cache-4
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
2 parents 879df15 + 6d5b11e commit 0dd4e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Setup Python cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: venv
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }}
Expand Down

0 comments on commit 0dd4e66

Please sign in to comment.