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 c1fae84 commit 7b0d3f1Copy full SHA for 7b0d3f1
.github/workflows/build_lint.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
echo "Adding GNU tar to PATH"
58
echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
59
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
60
with:
61
path: ${{ env.pythonLocation }}
62
key: ${{ runner.os }}-pip-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
@@ -86,7 +86,7 @@ jobs:
86
uses: actions/setup-python@v5
87
88
python-version: "3.12"
89
90
91
92
key: test-examples-pip-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
0 commit comments