Skip to content

Commit 23796a5

Browse files
authored
Merge pull request #611 from plone/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6 [ci-skip]
2 parents 903adf3 + 6da1104 commit 23796a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install tox tox-gh-actions
2424
2525
# python cache
26-
- uses: actions/cache@v5
26+
- uses: actions/cache@v6
2727
with:
2828
path: ~/.cache/pip
2929
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)