Skip to content

Commit 96e890e

Browse files
author
Tim Middleton
committed
Fix ci/cd on one of the workflows
1 parent 134930e commit 96e890e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compatability-tests-released.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/cache@v4
6161
with:
6262
path: ~/.m2
63-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
63+
key: ${{ runner.os }}-m2-v2-${{ hashFiles('**/pom.xml') }}
6464
restore-keys: ${{ runner.os }}-m2
6565

6666
- name: Set up Go

0 commit comments

Comments
 (0)