From 5e58fb1831d02e5244e18688b471b787f99ef209 Mon Sep 17 00:00:00 2001 From: 3arthqu4ke <56741599+3arthqu4ke@users.noreply.github.com> Date: Thu, 1 May 2025 22:03:16 +1000 Subject: [PATCH] fix(action): Change cache keys to prevent fallback to cache of incorrect Minecraft version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2dff311..a972293 100644 --- a/action.yml +++ b/action.yml @@ -79,7 +79,7 @@ runs: uses: useblacksmith/cache@c5fe29eb0efdf1cf4186b9f7fcbbcbc0cf025662 # v5 with: path: /home/runner/.minecraft - key: hmc-${{ inputs.modloader }}-${{ inputs.mc }} + key: ${{ inputs.mc }}-${{ inputs.modloader }}-hmc - name: Download ${{ inputs.modloader }}-${{ inputs.mc }} run: |