Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit b9050b3

Browse files
committed
Update CI
1 parent ecfebca commit b9050b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Cache Build
6464
id: cache-build
65-
uses: actions/cache@v3.0.11
65+
uses: actions/cache@v4
6666
with:
6767
path: ${{ env.CACHE_PATH }}
6868
key: ${{ runner.os }}-${{ matrix.config }}-cache

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Cache Build
3232
id: cache-build
33-
uses: actions/cache@v3.0.11
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ env.CACHE_PATH }}
3636
key: coverage-cache

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Cache Build
3232
id: cache-build
33-
uses: actions/cache@v3.0.11
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ env.CACHE_PATH }}
3636
key: docs-cache

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Cache Build
6464
id: cache-build
65-
uses: actions/cache@v3.0.11
65+
uses: actions/cache@v4
6666
with:
6767
path: ${{ env.CACHE_PATH }}
6868
key: ${{ runner.os }}-Python-cache

0 commit comments

Comments
 (0)