mirror of
https://github.com/actions/stale.git
synced 2025-12-10 12:07:09 +00:00
Rename ActionCache to ActionsCache
This commit is contained in:
@@ -60,7 +60,7 @@ export class State implements IState {
|
||||
return this.stateStorage.save(this.serialized);
|
||||
}
|
||||
|
||||
async rehydrate(): Promise<void> {
|
||||
async restore(): Promise<void> {
|
||||
this.reset();
|
||||
const serialized = await this.stateStorage.restore();
|
||||
this.deserialize(serialized);
|
||||
|
||||
Reference in New Issue
Block a user