From 1dccb707909010c3c341fe343b52e35fe24feb6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jun 2026 00:35:08 +0000 Subject: [PATCH] ci(dependencies): Update actions/cache action to v6 --- .github/workflows/cicd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index a798ce4..9627a56 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: "Cache mise tools" - uses: "actions/cache@v5.0.5" + uses: "actions/cache@v6.1.0" with: path: "${{ github.workspace }}/.cache/mise" key: "${{ hashFiles('mise.toml') }}" @@ -59,7 +59,7 @@ jobs: with: fetch-depth: 0 - name: "Cache mise tools" - uses: "actions/cache@v5.0.5" + uses: "actions/cache@v6.1.0" with: path: "${{ github.workspace }}/.cache/mise" key: "${{ hashFiles('mise.toml') }}"