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: v3.0.5
Choose a base ref
...
head repository: actions/cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.8
Choose a head ref
  • 15 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 25, 2022

  1. feat: 🎸 add example for clojure lein project deps

    In Clojure, Lein tool is used to generate template for various projects.
    Lein project metadata (including project dependencies) are stored in
    prject.clj (in root directory) file. Lein downloads dependencies in
    classpath (~/.m2/repository). So here I am caching ~/.m2/repository path
    for reusing cache in subsequent builds.
    shivamarora1 committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    a0e530f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Add phantsure to issue assignment

    Vipul authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c316eb7 View commit details
    Browse the repository at this point in the history
  2. Add phantsure to PR reviewers

    Vipul authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    71e3ee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Merge pull request #835 from shivamarora1/clojure-lein-example

    feat: 🎸 add example for clojure lein project deps
    kotewar authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4387dbc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    85efbb5 View commit details
    Browse the repository at this point in the history
  2. Update README and RELEASES

    lvpx committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    318935e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9916fe1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Merge pull request #887 from actions/pdotl-version-patch

    Update toolkit's cache npm module to latest. Bump cache version to v3.0.6
    lvpx authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f427802 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    a404368 View commit details
    Browse the repository at this point in the history
  2. Added release information

    kotewar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    33a923d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    e839c25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83394c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #894 from actions/kotewar/update-toolkit-version

    Fix for the download stuck problem
    kotewar authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a7c34ad View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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

Commits on Aug 22, 2022

  1. Merge pull request #899 from actions/kotewar/download-and-compression…

    …-fix
    
    Updated actions/cache toolkit dep to v3.0.4
    kotewar authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    fd5de65 View commit details
    Browse the repository at this point in the history
Loading