Skip to content

Commit 725dda8

Browse files
committed
1 parent 793f8da commit 725dda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: 3.8
2020
- name: Configure pip caching
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.cache/pip
2424
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -34,7 +34,7 @@ jobs:
3434
run: |-
3535
python update_readme.py --rewrite
3636
cat README.md
37-
- name: Update subdir README's
37+
- name: Update subdir README's
3838
run: |-
3939
python3 scripts/build_subdir_toc.py aws
4040
python3 scripts/build_subdir_toc.py celery

0 commit comments

Comments
 (0)