Sourced from actions/checkout's releases.
v4.2.0
What's Changed
- Add Ref and Commit outputs by
@âlucacome
in actions/checkout#1180- Dependabot updates in actions/checkout#1777 & actions/checkout#1872
New Contributors
@âyasonk
made their first contribution in actions/checkout#1869@âlucacome
made their first contribution in actions/checkout#1180Full Changelog: https://github.com/actions/checkout/compare/v4.1.7...v4.2.0
Sourced from actions/checkout's changelog.
Changelog
v4.2.0
- Add Ref and Commit outputs by
@âlucacome
in actions/checkout#1180- Dependency updates by
@âdependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@âdependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@âdependabot
in actions/checkout#1697- Check out other refs/* by commit by
@âorhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@âjww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@âcory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@âcory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@âdependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@âdependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@âdependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@âcory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@âjww3
in actions/checkout#1692- Add dependabot config by
@âcory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@âdependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@âdependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@âjww3
in actions/checkout#1656- Add SSH user parameter by
@âcory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@âjww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@âdscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@âpeterbe
in actions/checkout#1511- Link to release page from what's new section by
@âcory-miller
in actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
... (truncated)
d632683
Prepare 4.2.0 release (#1878)6d193bf
Bump braces from 3.0.2 to 3.0.3 (#1777)db0cee9
Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943
Add Ref and Commit outputs (#1180)2d7d9f7
Provide explanation for where user email came from (#1869)9a9194f
Bump docker/build-push-action from 5.3.0 to 6.5.0 (#1832)dd960bd
Bump docker/login-action in the minor-actions-dependencies group (#1831)Sourced from actions/setup-java's releases.
v4.4.0
What's Changed
Add-ons :
- Add support for Oracle GraalVM by
@âfniephaus
in actions/setup-java#501steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: 'graalvm' java-version: '21'
- Add workflow file for publishing releases to immutable action package by
@âJcambass
in actions/setup-java#684Bug fixes :
- Add architecture to cache key by
@âZxilly
in actions/setup-java#664 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.- Resolve check failures by
@âaparnajyothi-y
in actions/setup-java#687New Contributors
@âJcambass
made their first contribution in actions/setup-java#684@âZxilly
made their first contribution in actions/setup-java#664Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.4.0
v4.3.0
What's Changed
- Add support for SapMachine JDK/JRE by
@âShegox
in #614steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: 'sapmachine' java-version: '21'
Bug fixes :
Fix typos on Corretto by @johnshajiang in [#666](https://github.com/actions/setup-java/issues/666)
IBM Semeru Enhancement on arm64 by @mahabaleshwars in [#677](https://github.com/actions/setup-java/issues/677)
Resolve Basic Validation Check Failures by @aparnajyothi-yâ¨Â in [#682](https://github.com/actions/setup-java/issues/682)
... (truncated)
b36c23c
check-dist-failure-fix (#687)40b9536
fix: add arch to cache key (#664)0a40ce6
Add support for Oracle GraalVM (#501)bcfbca5
Merge pull request #684 from actions/Jcambass-patch-178eae79
Add workflow file for publishing releases to immutable action package2dfa201
basic validation failure fix (#682)7467385
feat: add support for SapMachine JDK/JRE (#614)8e04ddf
Update Error Messages and Fix Architecture Detection for IBM Semeru (#677)67fbd72
Fix typos on Corretto (#665) (#666)