Merge branch 'main' into dependabot/github_actions/actions/setup-python-5

This commit is contained in:
afourney 2024-12-20 16:17:57 -08:00 committed by GitHub
commit 13fbbc5d08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
3.12 3.12
- name: Set up pip cache - name: Set up pip cache
if: runner.os == 'Linux' if: runner.os == 'Linux'
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }} key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}