Skip to content

Commit 029cbf5

Browse files
committed
fix: use actions/cache@v4 tag instead of specific hash
- Remove specific hash reference for actions/cache to use latest v4
1 parent ed6b81d commit 029cbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: '3.11'
3434

3535
- name: Cache pip dependencies
36-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.cache/pip
3939
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)