Upgrade notes from v0.4.1
- Ensure you use
actions/checkout@v2
before usinggoogle-github-actions/auth
!
What's Changed
- Replace backticks with single quotes in README by @ohkinozomu in #65
- Note that Domain-Wide Delegation is not supported by @sethvargo in #64
- Use strict everywhere by @sethvargo in #68
- Clean up exported credentials when the workflow finishes by @sethvargo in #67
- Add util function for parsing durations and many more tests by @sethvargo in #69
- Add support for Domain-Wide Delegation by @sethvargo in #70
- Remove bug and pr templates to inherit from organization by @sethvargo in #71
- Upgrade deps by @sethvargo in #72
- Allow manually invoking tests too by @sethvargo in #74
- Add another test for fromBase64 by @sethvargo in #76
New Contributors
- @ohkinozomu made their first contribution in #65
Full Changelog: v0.4.1...v0.4.2