actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.39k stars 1.17k forks source link

Consume latest toolkit and fix dangling promise bug #1217

Closed chkimes closed 11 months ago

chkimes commented 11 months ago

This PR updates to the latest actions/cache version published from the toolkit, which contains https://github.com/actions/toolkit/pull/1484 and should fix #810.

Description

See https://github.com/actions/toolkit/pull/1484 for details on the Azure blob fixes. The cache action contains an additional fix for dangling promises that prevents the process from ending despite the cache being fully restored.

Types of changes

Checklist:

bbrzoska commented 11 months ago

Hey @cwille97, any chance this fix can get released/tagged anytime soon? 🙏