From 166040ebb0ecd2ef1934a06e98d00b02534c11fe Mon Sep 17 00:00:00 2001 From: Timothy Vanderaerden Date: Tue, 26 Nov 2024 11:22:38 +0100 Subject: [PATCH] [Actions] Ensure cache is linked to workflow --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 654a09e..a3ef972 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -16,4 +16,4 @@ runs: path: | deps _build - key: ${{hashFiles('mix.lock')}}-${{matrix.otp || '27.x'}}-${{matrix.elixir || '1.17.x'}} + key: ${{github.workflow}}-${{hashFiles('mix.lock')}}-${{matrix.otp || '27.x'}}-${{matrix.elixir || '1.17.x'}}