Comparing v4.0.2...v4.1.0 · actions/cache (original) (raw)
Commits on Jan 26, 2024
- 1 Configuration menu
Browse the repository at this point in the history
Commits on Apr 24, 2024
Commits on Jul 29, 2024
Commits on Jul 31, 2024
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Aug 6, 2024
- Clarify that the
[restore-keys](/actions/cache/commit/57b8e405f0f6efe89131ba09709ce4bc33291a51)input is a string in the docs (#1434)
- Fix Description for restore-keys at Readme
As previously the restore-keys were defined as an ordered lists which is
wrong as per the issue description where the actual format is a
multi-line string with one key per line. - Added a space between the sentence of restore-keys description
While at the PR review it's been identified there's a need for a space
between the sentence
where it's written as "prefix-matched keys,that are" this commit willAn ordered multiline string listing the prefix-matched keys,that are used for restoring stale cache if no cache hit occurred for key.
address the review comment and introduce a space between
"prefix-matched keys, that are" and change the sentence toAn ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. - Change restore-keys description at cache/restore/action.yml and cache/action.yml
Configuration menu
Browse the repository at this point in the history
Commits on Aug 14, 2024
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Oct 3, 2024
- Add workflow file for publishing releases to immutable action package
This workflow file publishes new action releases to the immutable action package of the same name as this repo.
This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature.
Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Deprecate
[save-always](/actions/cache/commit/c74ca4022c9c3055a63985d9a25f9a7cc1ffc5d2)input (#1452)
Thesave-alwaysinput added in v4 is not
working as intended due topost-ifexpressions not supporting the input
context.
To avoid breaking users who have already added
this input to their workflows, it is being
deprecated now and will be removed
in the next major version (v5).
See #1315 for more details.
Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history