Skip to content

Commit a95bc41

Browse files
chore(deps): update actions/cache action to v4
1 parent 68888dd commit a95bc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: '3.9'
3838

39-
- uses: actions/cache@v3
39+
- uses: actions/cache@v4
4040
with:
4141
key: ${{ github.ref }}
4242
path: .cache

.github/workflows/publish-to-test-pypi.yml

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

27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
with:
2929
key: ${{ github.ref }}
3030
path: .cache

0 commit comments

Comments
 (0)