From c3949158878645f4dee8dddff9dfd96db9d4a71a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:31:03 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.4 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 67947c1..5ae07be 100644 --- a/action.yaml +++ b/action.yaml @@ -68,7 +68,7 @@ runs: - name: cache download id: cache-download - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ${{ inputs.path }}/bpftool key: bpftool-${{ steps.version.outputs.version }}-${{ steps.arch.outputs.arch }}