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.
1 parent 3cd740e commit c5047abCopy full SHA for c5047ab
.github/actions/run-examples/action.yml
@@ -54,7 +54,7 @@ runs:
54
with:
55
python-version: ${{ inputs.python-version }}
56
- name: Cache pip
57
- uses: actions/cache@v4
+ uses: actions/cache@v5
58
59
# This path is specific to Ubuntu
60
path: ${{ env.pythonLocation }}
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
25
python-version: ${{ matrix.python-version }}
26
27
28
29
30
0 commit comments