mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-30 17:12:09 -05:00
actions/cache versions other than v4, v3, v4.2.0, and v3.4.0 were deprecated and gradually sunset through February. @actions/cache versions other than v4.0.0+ were deprecated and gradually sunset through February. See: * https://github.com/actions/cache/discussions/1510 * https://github.com/actions/toolkit/discussions/1890 flathub-infra/flatpak-github-actions/flatpak-builder set its @actions/cache dependency version to "^3.2.3" and was last updated on July 29, 2024. As a result, its yarn.lock file specifies version "3.2.4", which is no longer supported and does not work. Update flathub-infra/flatpak-github-actions actions now that they have updated their @actions/cache dependency.