-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: actions/cache
base: v4.0.2
head repository: actions/cache
compare: v4.1.1
- 15 commits
- 15 files changed
- 10 contributors
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 104f956 - Browse repository at this point
Copy the full SHA 104f956View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf9a757 - Browse repository at this point
Copy the full SHA bf9a757View commit details
Commits on Jul 29, 2024
-
Update README.md and use v4 of checkout action (#1437)
Update examples to use latest available checkout action v4.
Configuration menu - View commit details
-
Copy full SHA for 4a28cbc - Browse repository at this point
Copy the full SHA 4a28cbcView commit details
Commits on Jul 31, 2024
-
Explicit use bash for Windows (#1377)
Co-authored-by: Josh Gross <joshmgross@github.com>
Configuration menu - View commit details
-
Copy full SHA for e47d9f9 - Browse repository at this point
Copy the full SHA e47d9f9View commit details -
Fix cache-hit output when cache missed (#1404)
* fix: cache-hit output * fix: Output chache hit timing * fix: Output chache hit timing --------- Co-authored-by: Josh Gross <joshmgross@github.com>
Configuration menu - View commit details
-
Copy full SHA for 40c3b67 - Browse repository at this point
Copy the full SHA 40c3b67View commit details
Commits on Aug 6, 2024
-
Clarify that the
restore-keys
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 ``` An ordered multiline string listing the prefix-matched keys,that are used for restoring stale cache if no cache hit occurred for key. ``` where it's written as "prefix-matched keys,that are" this commit will address the review comment and introduce a space between "prefix-matched keys, that are" and change the sentence to ``` An 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 - View commit details
-
Copy full SHA for 57b8e40 - Browse repository at this point
Copy the full SHA 57b8e40View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4ee99a - Browse repository at this point
Copy the full SHA c4ee99aView commit details -
Merge pull request #1311 from todgru/todgru/v4-documentation-update
docs: update examples to v4
Configuration menu - View commit details
-
Copy full SHA for 81382a7 - Browse repository at this point
Copy the full SHA 81382a7View commit details
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 - View commit details
-
Copy full SHA for 45b7be0 - Browse repository at this point
Copy the full SHA 45b7be0View commit details -
Merge pull request #1463 from actions/Jcambass-patch-1
Add workflow file for publishing releases to immutable action package
Configuration menu - View commit details
-
Copy full SHA for f8a7ab4 - Browse repository at this point
Copy the full SHA f8a7ab4View commit details -
Deprecate
save-always
input (#1452)The `save-always` input added in v4 is not working as intended due to `post-if` expressions 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 - View commit details
-
Copy full SHA for c74ca40 - Browse repository at this point
Copy the full SHA c74ca40View commit details -
Fix typo: depening -> depending (#1462)
Co-authored-by: Josh Gross <joshmgross@github.com>
Configuration menu - View commit details
-
Copy full SHA for cf7a75e - Browse repository at this point
Copy the full SHA cf7a75eView commit details -
restore action's README now references v4 instead of v3 (#1445)
Co-authored-by: Josh Gross <joshmgross@github.com>
Configuration menu - View commit details
-
Copy full SHA for a11fb02 - Browse repository at this point
Copy the full SHA a11fb02View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2cdf405 - Browse repository at this point
Copy the full SHA 2cdf405View commit details
Commits on Oct 8, 2024
-
Restore original behavior of
cache-hit
output (#1467)* Restore original behavior of `cache-hit` output * Bump version to 4.1.1
Configuration menu - View commit details
-
Copy full SHA for 3624ceb - Browse repository at this point
Copy the full SHA 3624cebView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.2...v4.1.1