dependabot[bot] 2025-06-27 12:41:26 +02:00 zatwierdzone przez GitHub
commit 61c47ed7ad
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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