Skip to content

Commit 5e13f1a

Browse files
authored
Merge pull request #52 from hectorespert/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents e43f3f8 + 3a89c72 commit 5e13f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
- uses: actions/cache@v4
24+
- uses: actions/cache@v5
2525
with:
2626
path: ~/.cache/pip
2727
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)