Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
f7257cd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There looks to be infrastructure problems with the Alpine mirror we've hard coded. It's throwing package errors in random places during the docker build phase of the Cypress testing, both here on GitHub and when I'm testing locally.
Things like this:
And this (on my local desktop):
I'll remove the hard coded mirror entry, and see if that fixes things.
f7257cd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the hard coded mirror entry seems to have fixed the problem, so I've pushed a commit to
master
with that fix.The tests on that commit have passed too. 😄