Skip to content

Commit

Permalink
Merge pull request #133 from reinout/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
reinout committed Jan 22, 2024
2 parents 812d2c1 + c51f528 commit 9673df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
Expand Down

0 comments on commit 9673df6

Please sign in to comment.