chore: rebuild dist
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7093e6114d
commit
cc49cd09c4
2
dist/cleanup/index.js
vendored
2
dist/cleanup/index.js
vendored
@ -99735,7 +99735,7 @@ async function restore(id, cacheDependencyPath) {
|
|||||||
const primaryKey = await computeCacheKey(packageManager, cacheDependencyPath);
|
const primaryKey = await computeCacheKey(packageManager, cacheDependencyPath);
|
||||||
core.debug(`primary key is ${primaryKey}`);
|
core.debug(`primary key is ${primaryKey}`);
|
||||||
core.saveState(STATE_CACHE_PRIMARY_KEY, primaryKey);
|
core.saveState(STATE_CACHE_PRIMARY_KEY, primaryKey);
|
||||||
core.setOutput('cache-primary-key', primaryKey);
|
core.setOutput(STATE_CACHE_PRIMARY_KEY, primaryKey);
|
||||||
// No "restoreKeys" is set, to start with a clear cache after dependency update (see https://github.com/actions/setup-java/issues/269)
|
// No "restoreKeys" is set, to start with a clear cache after dependency update (see https://github.com/actions/setup-java/issues/269)
|
||||||
const matchedKey = await cache.restoreCache(packageManager.path, primaryKey);
|
const matchedKey = await cache.restoreCache(packageManager.path, primaryKey);
|
||||||
if (matchedKey) {
|
if (matchedKey) {
|
||||||
|
|||||||
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -130957,7 +130957,7 @@ async function restore(id, cacheDependencyPath) {
|
|||||||
const primaryKey = await computeCacheKey(packageManager, cacheDependencyPath);
|
const primaryKey = await computeCacheKey(packageManager, cacheDependencyPath);
|
||||||
core_debug(`primary key is ${primaryKey}`);
|
core_debug(`primary key is ${primaryKey}`);
|
||||||
saveState(STATE_CACHE_PRIMARY_KEY, primaryKey);
|
saveState(STATE_CACHE_PRIMARY_KEY, primaryKey);
|
||||||
setOutput('cache-primary-key', primaryKey);
|
setOutput(STATE_CACHE_PRIMARY_KEY, primaryKey);
|
||||||
// No "restoreKeys" is set, to start with a clear cache after dependency update (see https://github.com/actions/setup-java/issues/269)
|
// No "restoreKeys" is set, to start with a clear cache after dependency update (see https://github.com/actions/setup-java/issues/269)
|
||||||
const matchedKey = await restoreCache(packageManager.path, primaryKey);
|
const matchedKey = await restoreCache(packageManager.path, primaryKey);
|
||||||
if (matchedKey) {
|
if (matchedKey) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user