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
I've started getting warnings from GitHub actions about actions/cache being outdated. I believe they're caused by this action, which uses actions/cache@v4. The latest version of actions/cache is currently v5.0.5 .
I've started getting warnings from GitHub actions about actions/cache being outdated. I believe they're caused by this action, which uses actions/cache@v4. The latest version of actions/cache is currently v5.0.5 .
setup-vulkan-sdk/action.yml
Line 68 in c25f411