Skip to content

Commit f026a1a

Browse files
committed
Update actions/cache.
1 parent 92b77d6 commit f026a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: '3.9'
2626

2727
- name: Setup pip cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: /opt/hostedtoolcache/Python
3131
key: ${{ runner.os }}-pip-${{ hashFiles('site_creator/requirements.txt') }}

0 commit comments

Comments
 (0)