Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
Loading
...
head repository: actions/cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.1
Choose a head ref
Loading
  • 15 commits
  • 15 files changed
  • 10 contributors

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    104f956 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    bf9a757 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update README.md and use v4 of checkout action (#1437)

    Update examples to use latest available checkout action v4.
    ottlinger authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4a28cbc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Explicit use bash for Windows (#1377)

    Co-authored-by: Josh Gross <joshmgross@github.com>
    Olegt0rr and joshmgross authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e47d9f9 View commit details
    Browse the repository at this point in the history
  2. 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>
    fchimpan and joshmgross authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    40c3b67 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. 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
    x612skm authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    57b8e40 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    c4ee99a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1311 from todgru/todgru/v4-documentation-update

    docs: update examples to v4
    Link- authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    81382a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. 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.
    Jcambass authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    45b7be0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1463 from actions/Jcambass-patch-1

    Add workflow file for publishing releases to immutable action package
    Jcambass authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f8a7ab4 View commit details
    Browse the repository at this point in the history
  3. 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.
    joshmgross authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c74ca40 View commit details
    Browse the repository at this point in the history
  4. Fix typo: depening -> depending (#1462)

    Co-authored-by: Josh Gross <joshmgross@github.com>
    mackey0225 and joshmgross authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cf7a75e View commit details
    Browse the repository at this point in the history
  5. restore action's README now references v4 instead of v3 (#1445)

    Co-authored-by: Josh Gross <joshmgross@github.com>
    llakala and joshmgross authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a11fb02 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    2cdf405 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Restore original behavior of cache-hit output (#1467)

    * Restore original behavior of `cache-hit` output
    
    * Bump version to 4.1.1
    joshmgross authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3624ceb View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.