We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28ca1d2 + 0a9b240 commit 64c6ac3Copy full SHA for 64c6ac3
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
cache: "pip"
26
cache-dependency-path: pyproject.toml
27
28
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
29
id: cache
30
with:
31
path: ${{ env.pythonLocation }}
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/setup-python@v5
50
51
python-version: ${{ matrix.python-version }}
52
53
54
55
0 commit comments