Skip to content

Releases: git-for-windows/setup-git-for-windows-sdk

v0.0.4

19 Feb 12:10
v0.0.4
Compare
Choose a tag to compare

This version allows concurrent jobs to attempt to cache the same artifact; The first will win, the other will simply skip caching the just-downloaded artifact.

v0.0.3

18 Feb 20:59
v0.0.3
ca6bd93
Compare
Choose a tag to compare

With this release, a bash step can run the prove tool included in Git for Windows' SDK without manually extending the PATH.

v0.0.2

18 Feb 16:33
v0.0.2
7fa1f72
Compare
Choose a tag to compare

Fixed a critical bug where the PATH was not set correctly.

v0.0.1

18 Feb 14:00
v0.0.1
098bf8d
Compare
Choose a tag to compare

The first version published to the GitHub Marketplace!

  • The Action is now faster, thanks to @actions/cache.
  • The README.md was improved a lot.
  • The Action now uses node-fetch instead of rolling a home-grown version of it.

v0.0.0

18 Feb 10:43
v0.0.0
Compare
Choose a tag to compare

Initial version of the GitHub Action that sets up Git for Windows' development environment in GitHub workflows.