From 48d3ec5cdaf5cb09265576ede4fcc6db66478457 Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Thu, 3 Oct 2024 12:27:57 +0600 Subject: [PATCH] ci: cache only db dir --- .github/workflows/trivy-action-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-action-test.yaml b/.github/workflows/trivy-action-test.yaml index 588459d..0ab9398 100644 --- a/.github/workflows/trivy-action-test.yaml +++ b/.github/workflows/trivy-action-test.yaml @@ -17,7 +17,7 @@ jobs: - name: Restore trivy cache uses: actions/cache@v4 with: - path: cache + path: cache/db key: trivy-cache restore-keys: trivy-cache