Use unique CACHE_KEY_PREFIX.

This commit is contained in:
Fabio Niephaus
2022-08-31 11:35:58 +02:00
parent 3b96e2ea68
commit 01b9840538
4 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ import * as glob from '@actions/glob'
const STATE_CACHE_PRIMARY_KEY = 'cache-primary-key'
const CACHE_MATCHED_KEY = 'cache-matched-key'
const CACHE_KEY_PREFIX = 'setup-java'
const CACHE_KEY_PREFIX = 'setup-graalvm'
interface PackageManager {
id: 'maven' | 'gradle' | 'sbt'