Releases: Flydiverny/setup-git-crypt
Releases · Flydiverny/setup-git-crypt
v4
What's Changed
v4:
- works on ubuntu 22+ (added support for ubuntu-24.04 runners)
- uses a fork of git-crypt https://github.com/maxisam/git-crypt/
v3:
- works on ubuntu 20 and 22
- uses https://github.com/AGWA/git-crypt
Full Changelog: v3...v4
v3
What's Changed
- update to use node 20 runtime
- update dependencies to latest versions
Full Changelog: v2...v3
v2
What's Changed
- fix to work on ubuntu 22 by @Flydiverny in #153
- all dependencies have been updated to their latest versions as of 2022-12-05
When detecting that its being run on ubuntu-22.04, which is now the default for ubuntu-latest, it will add additional flags when building git-crypt as to work around compatibility issues, see AGWA/git-crypt#232 (comment) for more details.
For other environments it will behave as v1.
Full Changelog: v1...v2
v1.0.1
What's Changed
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #4
- Bump actions/setup-node from 2.5.1 to 3.1.1 by @dependabot in #3
- Bump actions/checkout from 2 to 3 by @dependabot in #1
- Bump github/codeql-action from 1 to 2 by @dependabot in #2
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: 1.0.0...v1.0.1