From 1b22b4032ab1dbdebe8a522fa36697f80a4a2f2d Mon Sep 17 00:00:00 2001 From: jessebot Date: Thu, 14 May 2026 12:39:50 +0000 Subject: [PATCH] update actions/cache to v5 This fixes a security error issue. Signed-off-by: JesseBot --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c9a8f42..c7fcc9c 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ runs: using: "composite" steps: - if: ${{ inputs.release-notes-assistant }} - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: rna-${{ inputs.repo }} path: ${{ forge.action_path }}/rna