From bd57d3cb4eda3c6b95034dfc0815b47c38877666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:52:41 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.5 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 7fe2708..d5c56aa 100644 --- a/action.yaml +++ b/action.yaml @@ -68,7 +68,7 @@ runs: - name: cache download id: cache-download - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ${{ inputs.path }}/bpftool key: bpftool-${{ steps.version.outputs.version }}-${{ steps.arch.outputs.arch }}