Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream changes #2

Open
wants to merge 391 commits into
base: main
Choose a base branch
from
Open

Merge upstream changes #2

wants to merge 391 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    7ed7f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c296e6a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #554 from albertstill/improve-restore-key-docs

    Improve restore-key documentation
    Phantsure committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    438628a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acace7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd58d13 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #495 from ostera/patch-1

    Add sample cache for Erlang with Rebar3
    Phantsure committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2b6caae View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge pull request #812 from actions/users/kotewar/upgrading-cache-to…

    …-v2.0.6
    
    Updated @actions/cache to v2.0.6
    kotewar committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c9c0f73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c5bd0c View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    kotewar committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d0a54b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #813 from actions/users/kotewar/upgrading-cache-to…

    …-v2.0.6
    
    Updated README file with release info
    kotewar committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c3f1317 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

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

Commits on Jun 21, 2022

  1. Merge pull request #816 from lobis/main

    Fixed bad yaml in README example
    Vipul committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a080a3b View commit details
    Browse the repository at this point in the history
  2. Adapt existing Haskell Stack example for Windows

    The default `STACK_ROOT` is `~/.stack` only on Unix-like operating systems. On Windows, the default is `%APPDATA%/stack` (usually `%HOME%\AppData\Roaming\stack`).
    
    On Unix-like OSs, Stack stores GHC and other tools in a `programs` directory in the `STACK_ROOT`. On Windows, Stack stores those tools and MSYS2 in `%LOCALAPPDATA%\Programs\stack` (usually `%HOME%\AppData\Local\Programs\stack`).
    mpilgrem committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d25c51b View commit details
    Browse the repository at this point in the history
  3. Use pull_request_target instead of pull_request

    Fixes autoassign reviewer for PRs from forked repos.
    Vipul committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a0efc56 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge pull request #819 from mpilgrem/haskell-stack-example

    Adapt existing Haskell Stack example for Windows
    Phantsure committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    afc669e View commit details
    Browse the repository at this point in the history

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 Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    5cc84c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #836 from actions/vsvipul/fix-auto-assign

    Add kotewar and remove phantsure from auto-assignees lists
    Vipul committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    eec8cd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Update README.md

    Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
    Vipul and lucascosti committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8829e97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #530 from axelson/document-where-to-cache

    Make it more obvious that the cache call does double duty
    Vipul committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    baed351 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Consuming 3.0 actions/cache (#834)

    * Consuming 3.0 actions/cache
    
    * formatting and error
    
    * updated package version
    
    * resolve package
    
    * dist
    
    * review comment
    
    * dist
    
    * dist
    tiwarishub committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    354a2ae View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. new release (#855)

    tiwarishub committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0865c47 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Add phantsure to issue assignment

    Vipul committed 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 committed 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 committed 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 committed 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 committed 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 14, 2022

  1. Configuration menu
    Copy the full SHA
    23d218b 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 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    fd5de65 View commit details
    Browse the repository at this point in the history
  2. Sort inputs and remove whitespaces after exclamation at the beginning…

    … of lines
    mondeja authored and Vipul committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    204fa1a View commit details
    Browse the repository at this point in the history
  3. Generate build and fix format

    Vipul committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f316f94 View commit details
    Browse the repository at this point in the history
  4. Formatted files with prettier

    kotewar committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0ae6818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8954b07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #903 from actions/vsvipul/sort-inputs

    Sort inputs and remove whitespaces after exclamation
    Vipul committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2048ecf View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Update README.md

    bishal-pdMSFT committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fb1d96e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    bishal-pdMSFT committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8a9a578 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #896 from actions/bishal-pdMSFT-patch-1

    Add readme section for good practices
    bishal-pdMSFT committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5f975d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Update @actions/core to 1.9.1

    Vipul committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c1dbd45 View commit details
    Browse the repository at this point in the history
  2. Update licenses

    Vipul committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    81423d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #908 from actions/vsvipul/fix-dep

    Update @actions/core to 1.9.1
    Vipul committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d785f8b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Add pallavx and pdotl to reviewers

    Vipul committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a59a234 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #910 from actions/vsvipul/add-reviewers

    Add pallavx and pdotl to reviewers
    Vipul committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6c9470d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7820e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27c0af5 View commit details
    Browse the repository at this point in the history
  5. Add zstd workaround to README. Add yaml formatting to code blocks. Mo…

    …ve Cache segment restore to Known Practices section.
    lvpx committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    eb8b610 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b5e3aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1124f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    a057257 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/pdotl/readme-update…

    …-1' into pdotl/readme-update-1
    lvpx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f52a12d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Merge pull request #911 from actions/vsvipul-patch-1

    Remove .md files skip condition from test workflow
    Vipul committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    2865f2c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pdotl/readme-update-1

    Vipul committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    c38f55d View commit details
    Browse the repository at this point in the history
  3. Add a note about path expansion on Windows.

    Vipul committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    0c18009 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #913 from actions/vsvipul-patch-2

    Add a note about path expansion on Windows.
    Vipul committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a213d1e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    471fb0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f98a2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #912 from actions/pdotl/readme-update-1

    Update README to include zstd workaround for windows.
    lvpx committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b195c99 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Add anuragc617 to assignees

    Vipul committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    92e01f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #922 from actions/vsvipul/add-anurag

    Add anuragc617 to assignees
    Vipul committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1bc650b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Updated the GHES warning message (#925)

    * changed the error message
    
    * format
    
    * review comment
    tiwarishub committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1a78ace View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Update README.md

    ELHoussineT committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    3238536 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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

Commits on Sep 29, 2022

  1. Update examples.md (#920)

    ysato committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0ff0597 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Actions/cache release 3.0.9 (#930)

    * Release
    
    * Update RELEASES.md
    
    Co-authored-by: Lovepreet Singh <pdotl@github.com>
    tiwarishub and lvpx committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    ac80757 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Remove sort logic from inputs

    Vipul committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    68d9698 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #942 from actions/vsvipul/fix-sort

    Remove sort logic from inputs
    Vipul committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    edc4989 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ELHoussineT committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    98044e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f85d12c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #931 from ELHoussineT/patch-1

    docs: Indicate that `restore-keys` uses prefix in README
    Vipul committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    56461b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Create new release 3.0.10

    Vipul committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    50a4a3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #945 from actions/vsvipul/new-release

    Create new release 3.0.10
    Vipul committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    f77a0d2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Phantsure committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    862fc14 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #946 from actions/Phantsure-patch-2

    Call out cache not saved on hit
    Phantsure committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0f20846 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

  1. Update licenses

    rentziass committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    831ee69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #950 from rentziass/rentziass/update-actions-core

    Update @actions/core to 1.10.0
    lvpx committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a3f5edc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. 3.0.11

    lvpx committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    1c73980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43428ea View commit details
    Browse the repository at this point in the history
  3. Update RELEASES

    lvpx committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3e383cd View commit details
    Browse the repository at this point in the history
  4. Fix licensed status error

    lvpx committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    18103f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #956 from actions/pdotl-version-bump

    Update cache to use @actions/core@^1.10.0
    lvpx committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    9b0c1fc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    2b04a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe9c4b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    kotewar committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5294b3f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Create pull_request_template.md

    Adding a PR template would certainly increase clarity on the PRs and also help us better review changes. This is a starter template. Please feel free to suggest changes, add/remove sections that are not relevant.
    lvpx committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    76639bb View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

    Create pull_request_template.md
    lvpx committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5085ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083fb30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14f2d18 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #961 from actions/kotewar/doc-update

    Update README with clearer info about cache-hit and its value
    kotewar committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8bec1e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    d0af8a3 View commit details
    Browse the repository at this point in the history
  2. Add more details to version section in readme (#971)

    * Add more details to version section in readme
    
    * Update README.md
    
    Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
    
    * Use ubuntu/squid instead of datadog/squid
    
    Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
    bishal-pdMSFT and kotewar committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9a6a4f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Update hashFiles documentation reference

    Update hashFiles documentation reference Link to the valid doc
    https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles
    asaf400 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0e93819 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Merge pull request #979 from asaf400/patch-2

    Update hashFiles documentation reference
    Vipul committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    db8d946 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    3ff0460 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #986 from actions/kotewar-patch-1

    Updated link for cache segment download info
    kotewar committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5c79b3f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Readme update for deleting caches (#981)

    * Readmee update for deleting caches
    
    * minor
    
    * minor
    
    * PR comments
    
    * PR comments
    
    * PR comments
    
    * moved to tips-and-workarounds
    
    * minor
    t-dedah committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6babf20 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Add oncall logic to assign issues and PRs

    Vipul committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ef145dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #997 from actions/vsvipul/change-assignee-logic

    Add oncall logic to assign issues and PRs
    Vipul committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fa88563 View commit details
    Browse the repository at this point in the history
  3. Bump minimatch from 3.0.4 to 3.1.2

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    cfa1b76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    651d829 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Add assignee to PR automatically

    Vipul committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2a6cd14 View commit details
    Browse the repository at this point in the history
  2. Bug fix in PR assignee workflow

    Vipul committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f8116c8 View commit details
    Browse the repository at this point in the history
  3. Use cache in check-dist.yml

    Signed-off-by: jongwooo <jongwooo.han@gmail.com>
    jongwooo committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    7920f57 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    58a0402 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #998 from actions/dependabot/npm_and_yarn/minimatc…

    …h-3.1.2
    
    Bump minimatch from 3.0.4 to 3.1.2
    Phantsure committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8d99052 View commit details
    Browse the repository at this point in the history
  3. Revert "Bump minimatch from 3.0.4 to 3.1.2"

    Vipul committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    24f54d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1005 from actions/revert-998-dependabot/npm_and_y…

    …arn/minimatch-3.1.2
    
    Revert "Bump minimatch from 3.0.4 to 3.1.2"
    Phantsure committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b4ac56f View commit details
    Browse the repository at this point in the history
  5. Fix npm vulnerability

    Phantsure committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    268ae08 View commit details
    Browse the repository at this point in the history
  6. Fix license test

    Phantsure committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ce61cc4 View commit details
    Browse the repository at this point in the history
  7. Fix license

    Phantsure committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b26da1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5327520 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1007 from actions/phantsure/npm-fix

    Fix npm vulnerability
    Vipul committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e2d6144 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d47d16 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e050ebd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. refactor: Use early return pattern to avoid nested conditions

    Signed-off-by: jongwooo <jongwooo.han@gmail.com>
    jongwooo committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    35f4702 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1013 from jongwooo/refactor/use-early-return-patt…

    …ern-to-avoid-nested-conditions
    
    refactor: Use early return pattern to avoid nested conditions
    Phantsure committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a2f324e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

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

Commits on Dec 5, 2022

  1. Merge pull request #1004 from jongwooo/chore/use-cache-in-check-dist

    Use cache in check-dist.yml
    kotewar committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    941bc71 View commit details
    Browse the repository at this point in the history
  2. chore: Use built-in cache action to cache dependencies

    Signed-off-by: jongwooo <jongwooo.han@gmail.com>
    jongwooo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    04b13ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1014 from jongwooo/chore/use-built-in-cache-action

    chore: Use built-in cache action to cache dependencies
    kotewar committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a57932f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Updated node example (#1008)

    * Updated node example
    
    * Update examples.md
    t-dedah committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fb86cbf View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Update examples.md (#1026)

    According with the behavior description the id of "Get npm cache directory" must be "npm-cache-dir".
    
    I checked it in my own project.
    apascualm committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    dc097e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac25611 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. GA for granular cache (#1035)

    * Add example for Haskell Stack
    
    * Revert "Add example for Haskell Stack"
    
    * Basic implementation
    
    * Updated variable name
    
    * Adding wrapper class
    
    * Changed logs to warnings
    
    * added debug logs
    
    * experimenting
    
    * Test
    
    * test
    
    * new try
    
    * test
    
    * Impl separated
    
    * Reverted wrapper changes
    
    * Added test cases
    
    * Some cleanup
    
    * Formatted document
    
    * Fixed test cases issues
    
    * Slight modification for test cases check
    
    * Updated new actions' input descriptions
    
    * Reverted custom asks implemented and added wrapper
    
    * refactor into a generic outputter
    
    * Readme draft for new actions
    
    * Generated dist
    
    * Fixed breaking test case
    
    * Removed return type in promise
    
    * Removed commented lines
    
    * Calling methods from same file
    
    * dist
    
    * update save as well
    
    * fix merge
    
    * Changes for beta release
    
    * Update dist folder
    
    * Fixed formatting
    
    * dist
    
    * Add support for gzip fallback for restore of old cache on windows
    
    * Fixed test cases
    
    * Fixed test cases
    
    * Added restore only and save only test cases
    
    * Updated new actions dist files
    
    * Removed comments
    
    * Fixed inputs
    
    * Renamed variables and added tests
    
    * Fixed breaking test case
    
    * Fixed review comments and tests
    
    * added stateprovider changes
    
    * Deleted stateprovider tests until added
    
    * Added stateprovider test cases
    
    * Fixed breaking test case
    
    * Updated outputs of restore action
    
    * Changes for beta release
    
    * Update dist folder
    
    * Add support for gzip fallback for restore of old cache on windows
    
    * update for new beta release
    
    * Update save/action.yml
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update restore/action.yml
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update restore/action.yml
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update restore/action.yml
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update restore/action.yml
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Added more assertions as values can't be checked
    
    * Removed unused code
    
    * Merged beta branch and resolved conflicts
    
    * Added save readme
    
    * Updates to save readme
    
    * Renamed output
    
    * Added cache hit info in readme
    
    * Update restore/README.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update restore/README.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update restore/README.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update save/README.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update save/README.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Removed verbose statements
    
    * Repositioned new actions introduction
    
    * Added test case for restore state
    
    * Addressed review comments
    
    * nit
    
    * nit: added language to code blocks
    
    * Updated beta version to 3.2.0-beta.1
    
    * Added stateprovider mock implementations
    
    * Linting errors fixed
    
    * Save-only warning added
    
    * Updated return ID to -2
    
    * Removed -2 error code
    
    * Removed comment
    
    * Updated cache npm lib version
    
    * Updated license version
    
    * Updated releases.md
    
    * Updated readme with the new actions in what's new
    
    Co-authored-by: Malo Bourgon <mbourgon@gmail.com>
    Co-authored-by: Vipul <vsvipul@github.com>
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    Co-authored-by: Tanuj Kumar Mishra <tanuj077@users.noreply.github.com>
    Co-authored-by: Sampark Sharma <phantsure@github.com>
    6 people committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    c17f4bf View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Release compression related changes for windows (#1039)

    * Release compression related changes for windows
    
    * Update license
    Phantsure committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9b0be58 View commit details
    Browse the repository at this point in the history
  2. Upgrade codeql to v2 (#1023)

    * Upgrade codeql to v2
    
    * Update codeql.yml
    
    Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
    Phantsure and kotewar committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    c1a5de8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. README.md: remove outdated Windows cache tip link

    As of 9b0be58 (Release compression related changes for windows (#1039),
    2022-12-23), the section of tips-and-workarounds.md referring to
    improving cache restore performance on Windows no longer exists, so
    don't link to it from README.md.
    me-and committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    501277c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    b053f2b View commit details
    Browse the repository at this point in the history
  2. save/README.md: Fix typo in example (#1040)

    Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
    mmuetzel and kotewar committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    60c7666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70353d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3337563 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1042 from me-and/correct-readme-re-windows

    README.md: remove outdated Windows cache tip link
    lvpx committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    d1507cc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Revert compression changes related to windows but keep version logging (

    #1049)
    
    * Revert compression changes related to windows
     due to symlink issues
    
    * Added tips and workarounds for cross os
    Phantsure committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    4723a57 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    d0e7eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e5400 View commit details
    Browse the repository at this point in the history
  3. Update Mint example

    uhooi committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d621756 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Merge pull request #1051 from uhooi/feature/add_mint_example

    Add Mint example
    tanuj077 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    365406c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Fixed broken link (#1057)

    kotewar committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1f41429 View commit details
    Browse the repository at this point in the history
  2. Add support to opt-in enable cross-os caching on windows (#1056)

    * Add support to opt-in enable cross-os caching on windows
    
    * Fix tests
    
    * Address review comments and update tests
    
    * Fix tests
    
    * Address review comments
    
    * Address review comments
    Phantsure committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6fd2d45 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Release support for cross-os caching as opt-in feature (#1060)

    * Release support for cross-os caching as opt-in feature
    Add documentation for cross-os caching
    
    * Apply suggestions from code review
    
    Co-authored-by: Lovepreet Singh <pdotl@github.com>
    
    * Address review comments
    
    Co-authored-by: Lovepreet Singh <pdotl@github.com>
    Phantsure and lvpx committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    58c146c View commit details
    Browse the repository at this point in the history
  2. Fix json5 package version

    Vipul committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e630eda View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1065 from actions/vsvipul/dep-fix

    Update json5 package version
    Vipul committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    87396fe View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Add gnu tar and zstd as pre-requisites for windows self-hosted runners

    ## Context
    
    There have been customer requests to document installation of gnu tar and zstd for self-hosted runners. We had them documented in workarounds before. Adding them to pre-requisites for better visibility for folks using self-hosted windows runners.
    lvpx committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    094a240 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Cache recipes for cache, restore and save actions (#1055)

    * Added outline and cache basics
    
    * Update CACHING.md
    
    * Added info about key and restore keys
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Review comments and some snippets
    
    * Updated doc with comments
    
    * Formatted sub headings
    
    * Markdown linting
    
    * Added paths
    
    * Fixed heading
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update CACHING.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Updated paths
    
    * Renamed file and added readme reference
    
    * Fixed heading of a section
    
    * Update README.md
    
    * Moved back section to strategies
    
    * Reverted to older version
    
    * Fixed broken link
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    kotewar and bishal-pdMSFT committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9183691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76ee6bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1068 from actions/pdotl-patch-1

    Add gnu tar and zstd as pre-requisites for windows self-hosted runners in README
    lvpx committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    efacb02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    003f545 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    c9869a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    804b679 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1046 from siguikesse/update-docs

    📝 #1045 update using the `set-output` command is deprecated
    tanuj077 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5868318 View commit details
    Browse the repository at this point in the history
  4. Fix referenced output key in save action readme (#1061)

    Co-authored-by: Vipul <vsvipul@github.com>
    Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
    3 people committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    22cbf49 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Update workflows to use reusable-workflows (#1066)

    * Update workflows to use reusable-workflows
    
    Signed-off-by: jongwooo <jongwooo.han@gmail.com>
    
    * fix: Update the out-of-date metadata files
    
    Signed-off-by: jongwooo <jongwooo.han@gmail.com>
    
    Signed-off-by: jongwooo <jongwooo.han@gmail.com>
    Co-authored-by: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com>
    jongwooo and tiwarishub committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4791017 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Add add-to-project step & rename workflow assign-issue workflow file

    We are updating the workflows to auto-add new issues & PR to actions/cache project board.
    pallavx committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8315026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c08cab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1077 from actions/pallavx-patch-1

    Introduce add-to-project step for new issues/PRs & rename workflow files
    pallavx committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9b7ef12 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    cd2aaa9 View commit details
    Browse the repository at this point in the history
  2. there as well ;)

    vHeemstra committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b635368 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Merge pull request #1081 from vHeemstra/patch-1

    chore: Fix syntax error typo
    lvpx committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6c2de3b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Update caching-strategies.md (#1084)

    Correct typo; `restore` should be `save'.
    kpfleming committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    2b5a782 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    75b110b View commit details
    Browse the repository at this point in the history
  2. Update tips-and-workarounds.md

    Co-authored-by: Lovepreet Singh <pdotl@github.com>
    maybeec and lvpx committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    1b004e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1089 from maybeec/patch-1

    Added another usage hint to foresee #1072
    lvpx committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8e3048d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Add fail-on-cache-miss option (#1036)

    * Add fail-on-cache-miss option
    
    * Small improvements
    
    * Changes after rebase
    
    * Update description
    
    * Only fail if no cache entry is found
    
    * Code review
    
    * Update readme
    
    * Add additional test case
    
    * Bump version + changelog
    
    * Update package-lock.json
    
    * Update Readme
    cdce8p committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    627f0f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Rewrite readmes (#1085)

    * Improve readmes
    
    * Add markdown for default value
    
    Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
    jsoref and kotewar committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    22d3da7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Fixed typos and formatting in docs (#1076)

    * Removed extra code from readme examples
    
    * Formatted and fixed typos
    kotewar committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e083308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b8105b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

Commits on Feb 14, 2023

  1. Updated branch in Force deletion of caches (#1108)

    * Updated branch in Force deletion of caches
    
    Fixes this issue #1107
    
    * Update tips-and-workarounds.md
    t-dedah committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    81b7281 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. 3.2.6

    lvpx committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    95b455a View commit details
    Browse the repository at this point in the history
  2. Bump @actions/cache version

    lvpx committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8f7fa5d View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    lvpx committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7d4d6f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1db4b4 View commit details
    Browse the repository at this point in the history
  5. Fix license

    lvpx committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8d3a1e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Merge pull request #1118 from actions/pdotl/zstd-hotfix

    Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners
    lvpx committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    69d9d44 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Update Cross-OS Caching tips

    lvpx committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    77eb7eb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Mar 9, 2023

  1. Add lookup-only option (#1041)

    * Add new actions/cache version (with dryRun support)
    
    * Add dry-run option
    
    * Changes after rebase
    
    * Update readme
    
    * Rename option to lookup-only
    
    * Update test name
    
    * Update package.json + changelog
    
    * Update README
    
    * Update custom package version
    
    * Update custom package version
    
    * Update @actions/cache to 3.2.0
    
    * Code review
    
    * Update log statement
    
    * Move test case
    
    ---------
    
    Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
    cdce8p and kotewar committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    940f3d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    7893481 View commit details
    Browse the repository at this point in the history
  2. Add example for Bazel

    davidB authored and vorburger committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    4b381be View commit details
    Browse the repository at this point in the history
  3. Fix example for Bazel

    vorburger committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    ef11f54 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Reduced download segment size to 128 MB and timeout to 10 minutes (#1129

    )
    
    * Changed segment size to 128mb & timeout to 10 min
    
    * Updated license
    
    * Updated licenses
    kotewar committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    88522ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7c822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb865c1 View commit details
    Browse the repository at this point in the history
  4. Readme fixes (#1134)

    * Update README.md
    
    * Update README.md
    kotewar committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    57014a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b8460c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf96a3f View commit details
    Browse the repository at this point in the history
  7. Updated description of the lookup-only input for main action (#1130)

    * Updated description of the lookup-only input for main action
    
    * Update README.md
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
    kotewar and bishal-pdMSFT committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    84995e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cb4bb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f1f1e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f2671f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1131 from actions/bishal-pdMSFT-patch-4

    Change two new actions mention as quoted text
    Vipul committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9c7b3e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    6a1a45d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1122 from actions/pdotl-patch-1

    Update Cross-OS Caching tips
    lvpx committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ea05037 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge branch 'main' into bazel-example

    Vipul committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bd9b49b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1132 from vorburger/bazel-example

    Bazel example (Take #2️⃣)
    Vipul committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    04f198b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Remove actions to add new PRs and issues to a project board

    The project doesn't seem to exist, so this always fails.
    jorendorff committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    57f0e3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1187 from jorendorff/jorendorff/rm-add-to-project

    Remove actions to add new PRs and issues to a project board
    jidicula committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    67b839e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Consume latest toolkit and fix dangling promise bug (#1217)

    * Consume latest toolkit and fix dangling promise bug
    
    * Pass earlyExit parameter to run method so tests don't hang
    
    * Pass earlyExit parameter to run method so tests don't hang
    
    * Refactor restore files to have better patterns for testing
    
    * style
    chkimes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f7ebb81 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    667d8fd View commit details
    Browse the repository at this point in the history
  2. Add to RELEASES.md

    bethanyj28 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    17e2888 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge pull request #1236 from actions/bethanyj28/bump-version

    Bump action version to 3.3.2
    bethanyj28 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    704facf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. added save-always input

    to-s committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b1378c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update action.yml

    Co-authored-by: Tomasz Janiszewski <janiszt@gmail.com>
    to-s and janisz committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3b7dac1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Revert "Update action.yml"

    This reverts commit 3b7dac1.
    to-s committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0e9aed0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update action to node20

    takost committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2001ca4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Update check-dist node version

    takost committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6f0a1fd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Rebuild dist

    takost committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    99d573b View commit details
    Browse the repository at this point in the history
  2. Update license

    takost committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b00bedb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a285f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Bump version

    takost committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    25618a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3185ecf View commit details
    Browse the repository at this point in the history
  3. Apply workaround for earlyExit

    takost committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0122982 View commit details
    Browse the repository at this point in the history
  4. Fix format

    takost committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e718767 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. cache v3.3.3

    robherley committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    eb94f1a View commit details
    Browse the repository at this point in the history
  2. licensed

    robherley committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1baebfc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1302 from actions/robherley/v3.3.3

    Cache v3.3.3
    robherley committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e12d46a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1326563 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    66cf064 View commit details
    Browse the repository at this point in the history
  2. Fix dist

    takost committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d0be34d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge pull request #1284 from takost/update-to-node-20

    Update action to node20
    yacaovsnc committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    65b8989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b35c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1242 from to-s/main

    feat: save-always flag
    robherley committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    13aacd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Update README.md

    yacaovsnc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c36458f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1304 from actions/yacaovsnc/update_readme

    Update README.md
    yacaovsnc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1d78355 View commit details
    Browse the repository at this point in the history
  3. Update examples

    yacaovsnc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dc88ab5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2ed59d View commit details
    Browse the repository at this point in the history

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 Feb 29, 2024

  1. add release action

    bethanyj28 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a18323f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1340 from actions/bethanyj28/update-publish-flow

    Update actions/cache publish flow
    bethanyj28 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    37e7d4e View commit details
    Browse the repository at this point in the history
  3. update @actions/cache

    bethanyj28 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d2c84da View commit details
    Browse the repository at this point in the history
  4. licensed cache

    bethanyj28 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    89c7d86 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1341 from bethanyj28/main

    Update @actions/cache
    bethanyj28 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ab5e6d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

    cdce8p committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3884cac View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Add test case for process exit

    Co-authored-by: Bethany <bethanyj28@users.noreply.github.com>
    cdce8p and bethanyj28 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8a55f83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1327 from cdce8p/fix-fail-on-cache-miss

    Fix `fail-on-cache-miss` not working
    bethanyj28 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0c45773 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 committed 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 committed 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 committed 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 committed 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- committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    81382a7 View commit details
    Browse the repository at this point in the history