Thanks to visit codestin.com
Credit goes to github.com

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: v2.1.6
Choose a head ref
  • 11 commits
  • 26 files changed
  • 9 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
  2. Update dependencies (#565)

    dhadka authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8d3f2fc View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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

Commits on Apr 20, 2021

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

Commits on May 13, 2021

  1. Update examples.md (#588)

    Extend gradle notes.
    Danielku15 authored May 13, 2021
    Configuration menu
    Copy the full SHA
    2fa955d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

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

Commits on May 27, 2021

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