You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
A cache saved on one version of a given OS can be restored on a different version of that OS. Package managers and individual packages typically assume the OS version wasn't swapped out from under them, so this can produce a wide variety of issues. See actions/cache#543 for evidence that this is a real problem with GitHub Actions in general and the officially recommended solution.
Action version:
v4.5.0
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Tools version:
All
Repro steps:
Save a cache on ubuntu-20.04, for example.
Attempt to restore the cache on ubuntu-22.04.
Expected behavior:
The cache misses and is saved again.
Actual behavior:
The cache hits and is restored.
The text was updated successfully, but these errors were encountered:
Hello @Kurt-von-Laven!
After investigation, we were unable to reproduce the issue.
I will now close this issue as a duplicate.
You can add comments here or open a new issue if this doesn't solve your problem.
Description:
A cache saved on one version of a given OS can be restored on a different version of that OS. Package managers and individual packages typically assume the OS version wasn't swapped out from under them, so this can produce a wide variety of issues. See actions/cache#543 for evidence that this is a real problem with GitHub Actions in general and the officially recommended solution.
Action version:
v4.5.0
Platform:
Runner type:
Tools version:
All
Repro steps:
Expected behavior:
The cache misses and is saved again.
Actual behavior:
The cache hits and is restored.
The text was updated successfully, but these errors were encountered: