Skip to content

Commit

Permalink
Merge pull request #718 from Crown-Commercial-Service/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
tim-s-ccs authored Jan 9, 2023
2 parents 7e46d32 + 4beec0e commit d2f991c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@v2
uses: actions/cache@v3
with:
path: venv
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: ${{ matrix.python-version }}

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

0 comments on commit d2f991c

Please sign in to comment.