Closed lelia closed 2 years ago
After merging in some recent PRs, the GitHub build/deploy workflows seem to have broken due to this known issue: https://github.com/actions/checkout/issues/335.
Hopefully, the fix should be as simple as reverting to the original node:16-alpine image specification in all relevant .github/workflow files.
node:16-alpine
.github/workflow
After merging in some recent PRs, the GitHub build/deploy workflows seem to have broken due to this known issue: https://github.com/actions/checkout/issues/335.
Hopefully, the fix should be as simple as reverting to the original
node:16-alpine
image specification in all relevant.github/workflow
files.