From 60de63fc9cbd291bc1bd964be7fa5b543eeb5d51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:55:59 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7e5c11..4f9fda4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Cache trivy db - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/trivy