Skip to content

Commit 8d8d4da

Browse files
soseylwasser
authored andcommitted
update actions cache to v4
1 parent fb74c3e commit 8d8d4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "::set-output name=dir::$(pip cache dir)"
3232

3333
- name: Cache dependencies
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: ${{ steps.pip-cache.outputs.dir }}
3737
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)