We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a1ff3f + ba031f7 commit 355efabCopy full SHA for 355efab
3 files changed
.github/workflows/build-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/setup-python@v5
17
with:
18
python-version: 3.8
19
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
20
id: cache
21
22
path: ${{ env.pythonLocation }}
.github/workflows/pytest.yml
@@ -29,7 +29,7 @@ jobs:
29
python-version: ${{ matrix.python-version }}
30
cache: true
31
32
33
34
35
.github/workflows/python-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: "3.8"
0 commit comments