Merge cb83cbabbf52ea4ff14e53f4aebf6e860c6dcb06 into db630bc63752b7f5dd17c7e84d11cf7f42ffc608

This commit is contained in:
dependabot[bot] 2026-03-27 18:54:55 +00:00 committed by GitHub
commit a27a2e109e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,14 +27,14 @@ jobs:
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache dependencies
uses: actions/cache@v5.0.1
uses: actions/cache@v5.0.4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache d2 database
uses: actions/cache/restore@v5.0.1 # We only want to restore the cache, to avoid overwriting the cache on PRs
uses: actions/cache/restore@v5.0.4 # We only want to restore the cache, to avoid overwriting the cache on PRs
with:
path: .cache/plugin/d2
key: ${{ runner.os }}-d2
@ -77,14 +77,14 @@ jobs:
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache dependencies
uses: actions/cache@v5.0.1
uses: actions/cache@v5.0.4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache d2 database
uses: actions/cache@v5.0.1
uses: actions/cache@v5.0.4
with:
path: .cache/plugin/d2
key: ${{ runner.os }}-d2