Releases: daspn/private-actions-checkout
Releases · daspn/private-actions-checkout
v2.4
v2.3.5
What's Changed
- Bump debug from 4.2.0 to 4.3.4 by @dependabot in #54
- Update README.md by @daspn in #55
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
- Fixing runner images by @daspn in #52
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #50
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #51
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- Bump json5 and tsconfig-paths by @dependabot in #46
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #47
- Bump jsonwebtoken and universal-github-app-jwt by @dependabot in #48
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #40
- Bump minimist from 1.2.5 to 1.2.7 by @dependabot in #41
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #42
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #44
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- Bumps dependencies to address security issues
v2.3.0
What's Changed
- Now uses @octokit/auth-app instead of @octokit/app
- Adds support for HTTPS proxy agent, controlled by the HTTPS_PROXY environment variable
- Bumps dependencies minors to address security issues
New Contributors
- @dependabot made their first contribution in #18
- @Sykomaniac made their first contribution in #32
Full Changelog: v2.2.0...v2.3.0
v2.2.0
- Transparently allow subsequent steps to gain access to the authenticated method's private repos by running git configure using the generated app token, or passing through access to the ssh agent. Useful for builds that need cross-repo access to complete without adding additional steps.
- Add an optional output for the generated token that can be used with subsequent steps
v2.1.0
- Adds support to use a GitHub App credentials to clone private repositories. This is the new recommended way of using this action in an enterprise environment as it does not require using a machine account. This will prevent you from losing one of the available licence seats to create the machine account
- Code refactoring to use the strategy pattern according to the suppled action params
v2.0.1
Fixes the documentation. The examples on the README for v2 were referencing the v1 branch.