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
* Bump actions/cache to v2
* Bump actions/checkout to v2
* Pin actions/create-release to v1
* Bump actions/download-artifact to v2 and maitain compatibility
* Bump actions/github-scripts to v3
* Bump actions/upload-artifact to v2
* Bump peter-evans/create-pull-request to v3
* Bump svenstaro/upload-release-action to v2
* Fix issue with actions/checkout@v2
In certain workflows we use a custom Docker image for cross-compilation,
this image is old and unmaintained so it has an old version of git and
the latest version actions/checkout doesn't support it.
This causes the action to fallback to the Github API to download the
files but that doesn't create a git repository, thus the history is lost
but goreleaser needs it to generate the changelog so it fails.
So we use the older version of the action in certain cases to avoid
this failures.
Co-authored-by: Silvano Cerza <[email protected]>
0 commit comments