Skip to content
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: v2.1.4
Choose a base ref
...
head repository: actions/cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a9e2138d905efd099035b49d8b7a3888c653ca8
Choose a head ref
  • 5 commits
  • 23 files changed
  • 5 contributors

Commits on Nov 24, 2020

  1. Also cache _build for Elixir

    ericmj authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    62a4d75 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. It is not recommended to cache node_modules (#537)

    According to the docs of this repo, so the example should not show it
    robstoll authored Feb 17, 2021
    1 Configuration menu
    Copy the full SHA
    4134e6d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Drop the example based on using pip's internals (#519)

    pip's documentation explicitly states to not use `import pip`:
    
    > While it is implemented in Python, and so is available from your Python code via
    > `import pip`, you must not use pip’s internal APIs in this way.
    
    This example is in direct contradiction with the documentation's guidance and, thus, has
    been removed.
    pradyunsg authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4498c5b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Merge pull request #469 from ericmj/patch-1

    Also cache _build for Elixir
    jclem authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    981fa98 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

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