We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c54c6 + d095cff commit eccc4e5Copy full SHA for eccc4e5
1 file changed
.github/workflows/CI.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- id: cache-py
67
name: cache python
68
- uses: actions/cache@v4
+ uses: actions/cache@v5
69
with:
70
path: ${{ env.pythonLocation }}
71
key: >
@@ -108,7 +108,7 @@ jobs:
108
109
python-version: "3.14"
110
111
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
112
id: cache-py
113
114
0 commit comments