Matrix outputs - write
Version updated for cloudposse/github-action-matrix-outputs-write to version 0.5.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 77 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/artifact (source) | 2.0.0 -> 2.1.1 |
Release Notes
v2.1.1
- Updated
isGhes
check to include.ghe.com
and.ghe.localhost
as accepted hosts
v2.1.0
- Added
ArtifactClient#deleteArtifact
to delete artifacts by name #1626 - Update error messaging to be more useful #1628
v2.0.1
- Patch to fix transient request timeouts https://github.com/actions/download-artifact/issues/249
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
yaml (source) | 2.3.1 -> 2.3.4 |
Release Notes
v2.3.4
- Do not throw for carriage return in tag shorthand (#501)
v2.3.3
- Do not throw error on malformed URI escape in tag (#498)
v2.3.2
- Fix docs typo (#489)
- Do not require quotes for implicit keys with flow indicators (#494)
- Update Prettier to v3 & update ESLint config
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/core (source) | 1.10.0 -> 1.10.1 |
Release Notes
v1.10.1
- Fix error message reference in oidc utils #1511
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/artifact (source) | ^1.1.1 -> ^2.0.0 |
Release Notes
v2.1.1
- Updated
isGhes
check to include.ghe.com
and.ghe.localhost
as accepted hosts
v2.1.0
- Added
ArtifactClient#deleteArtifact
to delete artifacts by name #1626 - Update error messaging to be more useful #1628
v2.0.1
- Patch to fix transient request timeouts https://github.com/actions/download-artifact/issues/249
v2.0.0
Major release. Supports new Artifact backend for improved speed, reliability and behavior.
Numerous API changes, some breaking.
Blog post with more info: TBD
what
- Updates Node version used by this action to v20
why
- v16 is EOL and Github deprecated it: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
references
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v3 -> v4 |
Release Notes
v4
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nick-fields/assert-action | action | major | v1 -> v2 |
Release Notes
v2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
yaml (source) | 2.2.1 -> 2.3.1 |
Release Notes
v2.3.1
- Drop npm from package.json
"engines"
config (#476)
v2.3.0
This release corresponds with the release of yaml-types
v0.2.0, an expanding library of custom tags or types for use with yaml
.
This release contains no changes from v2.3.0-5, and the notes below include all changes from the v2.3.0-x prereleases.
Custom Tag Improvements
- Add export of
createNode()
&createPair()
to'yaml/util'
(#457) - Add static
from()
methods to simplify tag development, and otherwise make extending custom collections easier (#467)
TypeScript Improvements
- Add a second optional generic type argument
Strict
toDocument
instances. (#441) - Add types exports for TypeScript (#463)
- Export
StringifyContext
type from'yaml/util'
(#464)
Other New Features
- Add a
toJS(doc, options?)
method to nodes (#451, #458) - Set explicit tag during
createNode()
for non-default tags (#464)
Bugfixes
- Use correct argument order when stringifying flow collection comments (#443)
- Improve first-line folding for block scalars (#422)
v2.2.2
This patch release includes a fix for an error that could be thrown in parseDocument
for degenerate input. Otherwise, it’s a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:
- Corner case failure in error pretty-printer (CVE-2023-2251)
- Use correct argument order when stringifying flow collection comments (#443)
- First-line folding for block scalars (#422)