Skip to content

Releases: daspn/private-actions-checkout

v2.4

08 Apr 13:14
4394b74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.5...v2.4

v2.3.5

03 Oct 17:25
c54101c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

v2.3.4

19 Jul 02:32
0694fb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

v2.3.3

30 Mar 01:59
357c8c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

23 Nov 02:21
8aca05e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

21 Nov 18:20
57d393e
Compare
Choose a tag to compare

What's Changed

  • Bumps dependencies to address security issues

v2.3.0

17 Feb 02:40
3b61871
Compare
Choose a tag to compare

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

08 Jun 15:30
f3ae3e2
Compare
Choose a tag to compare
  • 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

04 Nov 13:04
9ca1aa3
Compare
Choose a tag to compare
  • 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

05 Jun 18:18
c71cd3e
Compare
Choose a tag to compare

Fixes the documentation. The examples on the README for v2 were referencing the v1 branch.